From 06f43d244da533c4806265a524a845b6a5a0d392 Mon Sep 17 00:00:00 2001 From: spla Date: Thu, 5 Jan 2023 11:48:50 +0100 Subject: [PATCH] Removed unneeded var --- fediquery.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/fediquery.py b/fediquery.py index 31336d7..e25589f 100644 --- a/fediquery.py +++ b/fediquery.py @@ -99,8 +99,6 @@ if __name__ == '__main__': if notif.type != 'mention': - i += 1 - print(f'dismissing notification {notification_id}') mastodon.notifications_dismiss(notification_id)