remove local db
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import random
|
||||
import string
|
||||
|
||||
from src import definitions
|
||||
from src.db.local_db_manager import LocalDbManager
|
||||
from src.logs.LogSender import LogSender
|
||||
from src.proxy.proxy_type import ProxyType
|
||||
|
||||
@@ -51,8 +49,6 @@ def get_random_id_number_for_proxy() -> str:
|
||||
return id_number
|
||||
|
||||
|
||||
local_db_manager = LocalDbManager(definitions.home)
|
||||
|
||||
DEVICES = ['iPad (gen 6)', 'iPad (gen 6) landscape', 'iPad (gen 7)', 'iPad (gen 7) landscape', 'iPad Mini',
|
||||
'iPad Mini landscape', 'iPad Pro 11', 'iPad Pro 11 landscape', 'iPhone 6', 'iPhone 6 landscape',
|
||||
'iPhone 6 Plus', 'iPhone 6 Plus landscape', 'iPhone 7', 'iPhone 7 landscape', 'iPhone 7 Plus',
|
||||
|
||||
Reference in New Issue
Block a user