mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-23 08:51:30 -05:00
Fixed typo in call, should be self.name not Task.name.
Task.name always returned None.
This commit is contained in:
@@ -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']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user