From ebf32cebc98281ad2b3f2d4b92ac931d703fb89b Mon Sep 17 00:00:00 2001 From: jeancf Date: Sat, 8 Oct 2022 10:25:04 +0200 Subject: [PATCH] Initialized variable referenced later --- twoot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/twoot.py b/twoot.py index 7e0d6c3..88f268f 100755 --- a/twoot.py +++ b/twoot.py @@ -578,6 +578,7 @@ def main(argv): pass # Post toot + toot = {} try: mastodon = Mastodon( access_token=mast_account + '.secret',