From a6e1723b4c0e2bd58d2abf042e3074aec1bfbc04 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 24 Jul 2021 12:53:45 +0100 Subject: [PATCH] Remove unused parameter --- epicyon.py | 2 +- webapp_create_post.py | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/epicyon.py b/epicyon.py index b80ad04df..6657737bf 100644 --- a/epicyon.py +++ b/epicyon.py @@ -2327,7 +2327,7 @@ if args.testdata: httpPrefix, nickname, domain, port, "spanner", "It's a spanner", - "img/shares1.png", + "img/shares1.png", 1, "tool", "mechanical", "City", diff --git a/webapp_create_post.py b/webapp_create_post.py index d83324465..a40ca4798 100644 --- a/webapp_create_post.py +++ b/webapp_create_post.py @@ -73,7 +73,6 @@ def _htmlNewPostDropDown(scopeIcon: str, scopeDescription: str, dropdownFollowersSuffix: str, dropdownDMSuffix: str, dropdownReminderSuffix: str, - dropdownEventSuffix: str, dropdownReportSuffix: str, noDropDown: bool, accessKeys: {}) -> str: @@ -488,7 +487,6 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {}, dropdownUnlistedSuffix = '' dropdownFollowersSuffix = '' dropdownDMSuffix = '' - dropdownEventSuffix = '' dropdownReminderSuffix = '' dropdownReportSuffix = '' if inReplyTo: @@ -520,7 +518,6 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {}, dropdownFollowersSuffix, dropdownDMSuffix, dropdownReminderSuffix, - dropdownEventSuffix, dropdownReportSuffix, noDropDown, accessKeys) else: