mirror of
https://github.com/aserper/masto-rss.git
synced 2025-12-17 13:25:25 +00:00
Fix flake8 F541 error - remove unnecessary f-string
This commit is contained in:
2
main.py
2
main.py
@@ -22,7 +22,7 @@ def main():
|
||||
),
|
||||
)
|
||||
|
||||
print(f"Bot configured successfully:")
|
||||
print("Bot configured successfully:")
|
||||
print(f" Instance: {os.environ['MASTODON_INSTANCE_URL']}")
|
||||
print(f" Feed URL: {os.environ['RSS_FEED_URL']}")
|
||||
print(f" Visibility: {os.environ.get('TOOT_VISIBILITY', 'public')}")
|
||||
|
||||
Reference in New Issue
Block a user