fix index error?

This commit is contained in:
krmax44 2022-03-15 15:17:06 +01:00
parent 0750b28c7b
commit 88e4a07f06
No known key found for this signature in database
GPG key ID: 5C499A4F4EC4EE03

View file

@ -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"]