From: kaliko Date: Tue, 21 Mar 2023 17:36:21 +0000 (+0100) Subject: Fixed README X-Git-Tag: 0.3.0~9 X-Git-Url: http://git.kaliko.me/?p=sid.git;a=commitdiff_plain;h=4bdb0768205e8b15c3f17ad2380cb8bca8710032 Fixed README --- diff --git a/README.rst b/README.rst index a64e4b7..ea11e41 100644 --- a/README.rst +++ b/README.rst @@ -35,7 +35,7 @@ Here is a plain example:: from sid.sid import MUCBot from sid.ping import Ping - logging.basicConfig(level=args.loglevel, + logging.basicConfig(level=logging.INFO, format='%(levelname)-8s %(message)s') JID = 'bot@example.org'