Fixed typo in call, should be self.name not Task.name.

Task.name always returned None.
This commit is contained in:
Richard Chapman
2018-02-08 17:47:59 +00:00
parent 8aa829e93a
commit 632364633b
2 changed files with 3 additions and 1 deletions

View File

@@ -60,6 +60,8 @@ class TaskNames(object):
class Config(object):
NOTIFY_LOG_LEVEL = 'DEBUG'
# URL of admin app
ADMIN_BASE_URL = os.environ['ADMIN_BASE_URL']