X-Git-Url: http://git.kaliko.me/?p=sid.git;a=blobdiff_plain;f=README.rst;h=15cc8f64364ad879c9fe5997ce657d534bf83e26;hp=a64e4b7513aad559b429c4186cb397e3f52e0d9d;hb=HEAD;hpb=f348b768ac5294a10e1bf03a18628c31a0a9efb5 diff --git a/README.rst b/README.rst index a64e4b7..7b5d492 100644 --- a/README.rst +++ b/README.rst @@ -14,10 +14,6 @@ Currently unreleased on PyPi_. * Issue: https://gitlab.com/kaliko/sid/-/issues -Get the source with git:: - - git clone git://git.kaliko.me/sid.git - Install/update master from git:: pip install -U git+https://gitlab.com/kaliko/sid.git@master#egg=sid @@ -35,7 +31,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'