Move config object to variables.py

- Initialized in main.py
- This way the configuration is available for all modules
This commit is contained in:
Fabian Würfl
2018-05-26 10:56:23 +02:00
parent 07234fb640
commit 432aaa856c
3 changed files with 46 additions and 52 deletions

View File

@ -3,3 +3,4 @@ playlist = []
user = ""
music_folder = ""
is_proxified = False
config = None