]> kaliko git repositories - sid.git/blobdiff - bot.py
Update example
[sid.git] / bot.py
diff --git a/bot.py b/bot.py
index 42644bc457b77e85ee7016404ff4ca9cfc2b3cc7..1722fcdafd26ec5ceb0f9a6571f5194b6bb6c0ed 100644 (file)
--- a/bot.py
+++ b/bot.py
@@ -9,7 +9,7 @@ from sid.feeds import Feeds
 
 JID = 'bot@example.org'
 NICK = 'sid'
-PASS = getpass.getpass('Password for "{}": '.format(JID))
+PASS = getpass.getpass(f'Password for "{JID}": ')
 ROOM = 'room@conf.example.org'
 
 def main():