Move config import to right place

This commit is contained in:
shortcutme 2018-02-08 17:54:38 +01:00
parent 03573e46f5
commit fee5766abf
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -1,9 +1,9 @@
from Config import config
import time import time
from Plugin import PluginManager from Plugin import PluginManager
from util import helper from util import helper
from Crypt import CryptRsa from Crypt import CryptRsa
from Config import config
allow_reload = False # No source reload supported in this plugin allow_reload = False # No source reload supported in this plugin
time_full_announced = {} # Tracker address: Last announced all site to tracker time_full_announced = {} # Tracker address: Last announced all site to tracker