mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-25 23:28:11 +08:00
Workaround for Travis
fixed typo
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ class Conf(object):
|
||||
STOPPING = _('Stopping')
|
||||
|
||||
# to manage workarounds during testing
|
||||
TESTING = conf.get('testings', False)
|
||||
TESTING = conf.get('testing', False)
|
||||
|
||||
|
||||
# logger
|
||||
|
||||
Reference in New Issue
Block a user