bragi/variables.py
2018-07-12 00:40:29 +02:00

10 lines
146 B
Python

current_music = None
playlist = []
user = ""
music_folder = ""
is_proxified = False
dbfile = None
db = None
config = None
next_downloaded = False