Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ def process_request(id_textbox, installer_textbox,boot_state_textbox,verify_text
|
|
| 9 |
lock_screen_type_textbox,notification_visibility_textbox):
|
| 10 |
|
| 11 |
db = easy_db.DataBase('device_data.db')
|
| 12 |
-
|
| 13 |
print(id_textbox, installer_textbox,boot_state_textbox,verify_textbox,patch_level_textbox,
|
| 14 |
oem_textbox,brand_textbox,model_textbox,unlocked_textbox,debug_enabled_textbox,
|
| 15 |
primary_certificate_textbox,emulator_textbox,fingerprint_status_textbox,storage_encryption_status_textbox,
|
|
|
|
| 9 |
lock_screen_type_textbox,notification_visibility_textbox):
|
| 10 |
|
| 11 |
db = easy_db.DataBase('device_data.db')
|
| 12 |
+
print("Adding {} to DB.".format(id_textbox))
|
| 13 |
print(id_textbox, installer_textbox,boot_state_textbox,verify_textbox,patch_level_textbox,
|
| 14 |
oem_textbox,brand_textbox,model_textbox,unlocked_textbox,debug_enabled_textbox,
|
| 15 |
primary_certificate_textbox,emulator_textbox,fingerprint_status_textbox,storage_encryption_status_textbox,
|