]> kaliko git repositories - sid.git/blobdiff - README.rst
Bump version
[sid.git] / README.rst
index 1d724e19729a9b63bcc4922bbb0675cc7aff58da..7b5d4920d0ecb3b9d1a52ecd1c15c1058ad5fbcd 100644 (file)
@@ -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
@@ -31,9 +27,13 @@ Here is a plain example::
    # -*- coding: utf-8 -*-
 
    import getpass
+   import logging
    from sid.sid import MUCBot
    from sid.ping import Ping
 
+   logging.basicConfig(level=logging.INFO,
+                       format='%(levelname)-8s %(message)s')
+
    JID = 'bot@example.org'
    ROOM = 'room@conf.example.org'
    # Pay attention: if you join the room with the same account/nick,