Fix bad formatting
This commit is contained in:
parent
0b98d22569
commit
2ec64d2562
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ def make_request_url(plan, publicbody):
|
|||
query = {
|
||||
"subject": subject.encode("utf-8"),
|
||||
"body": body,
|
||||
"tags": "{},{}{}".format(TAG_NAME, *plan.get_plan_tag()),
|
||||
"tags": "{},{}".format(TAG_NAME, plan.get_plan_tag()),
|
||||
}
|
||||
|
||||
hide_features = ["hide_public", "hide_similar", "hide_draft"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue