mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 09:19:23 +01:00
relay: default DB to {} so it doesn't flip out on 'load relay'
This commit is contained in:
parent
fa3d230ac9
commit
db56513ac7
@ -21,6 +21,7 @@ spawnlocks_servers = defaultdict(threading.RLock)
|
||||
|
||||
exportdb_timer = None
|
||||
|
||||
db = {}
|
||||
dbname = utils.getDatabaseName('pylinkrelay')
|
||||
|
||||
### INTERNAL FUNCTIONS
|
||||
|
Loading…
Reference in New Issue
Block a user