diff --git a/plugins/relay.py b/plugins/relay.py index 5d76327..d112bef 100644 --- a/plugins/relay.py +++ b/plugins/relay.py @@ -21,6 +21,7 @@ spawnlocks_servers = defaultdict(threading.RLock) exportdb_timer = None +db = {} dbname = utils.getDatabaseName('pylinkrelay') ### INTERNAL FUNCTIONS