Add Config.TESTMODE

This commit is contained in:
Keith Edmunds 2021-04-10 17:21:27 +01:00
parent 62f6775e90
commit 830c88cc33

View File

@ -31,6 +31,7 @@ class Config(object):
MILLISECOND_SIGFIGS = 0
MYSQL_CONNECT = "mysql+mysqldb://songdb:songdb@localhost/songdb"
ROOT = "/home/kae/music"
TESTMODE = False
TIMER_MS = 500