Move config import to right place
This commit is contained in:
parent
03573e46f5
commit
fee5766abf
1 changed files with 1 additions and 1 deletions
|
@ -1,9 +1,9 @@
|
|||
from Config import config
|
||||
import time
|
||||
|
||||
from Plugin import PluginManager
|
||||
from util import helper
|
||||
from Crypt import CryptRsa
|
||||
from Config import config
|
||||
|
||||
allow_reload = False # No source reload supported in this plugin
|
||||
time_full_announced = {} # Tracker address: Last announced all site to tracker
|
||||
|
|
Loading…
Reference in a new issue