aboutsummaryrefslogtreecommitdiffstats
path: root/pysite
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-02-11 18:52:17 +0000
committerGravatar Gareth Coles <[email protected]>2018-02-11 18:52:17 +0000
commit2e2a723efc0fed9a33c15c2394ba8424d7e15661 (patch)
tree61c66babd1751516751d1f12ff10f432c004f581 /pysite
parentMore error-hunting. (diff)
F821: Undefined name
Diffstat (limited to 'pysite')
-rw-r--r--pysite/views/api/asana.py1
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
)