]> kaliko git repositories - sid.git/commitdiff
Update example
authorkaliko <kaliko@azylum.org>
Wed, 13 May 2020 09:07:02 +0000 (11:07 +0200)
committerkaliko <kaliko@azylum.org>
Wed, 13 May 2020 09:07:02 +0000 (11:07 +0200)
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():