diff options
author | 2018-02-11 18:52:17 +0000 | |
---|---|---|
committer | 2018-02-11 18:52:17 +0000 | |
commit | 2e2a723efc0fed9a33c15c2394ba8424d7e15661 (patch) | |
tree | 61c66babd1751516751d1f12ff10f432c004f581 | |
parent | More error-hunting. (diff) |
F821: Undefined name
-rw-r--r-- | pysite/views/api/asana.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pysite/views/api/asana.py b/pysite/views/api/asana.py index 98f720b5..bb6f51f9 100644 --- a/pysite/views/api/asana.py +++ b/pysite/views/api/asana.py @@ -112,7 +112,6 @@ class IndexView(APIView): description=f"{story['text']}\n\n" f"No project on task - Keys: `{', '.join(task.keys())}`", color=COLOUR_GREEN, - url=f"https://app.asana.com/0/{project['id']}/{parent}", author_name=story["created_by"]["name"], author_icon=photo ) |