From: kaliko Date: Wed, 13 May 2020 09:07:02 +0000 (+0200) Subject: Update example X-Git-Tag: 0.1.0~1 X-Git-Url: https://git.kaliko.me/?p=sid.git;a=commitdiff_plain;h=57bc82f0d8f67ea0d8eddbdf5e9299a613f0d75a Update example --- diff --git a/bot.py b/bot.py index 42644bc..1722fcd 100644 --- 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():