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