]> kaliko git repositories - mpd-sima.git/blobdiff - sima/__init__.py
Releasing 0.13.1
[mpd-sima.git] / sima / __init__.py
index 267899c15336671ad4ce7285c3294d9042d4d147..8d12a6f226385ee3bd8e4d249788eac694762c3b 100644 (file)
@@ -13,7 +13,7 @@ ECH = {'apikey': 'WlRKQkhTS0JHWFVDUEZZRFA',
        'version': 'v4',
        }
 
-WAIT_BETWEEN_REQUESTS = timedelta(0, 2)
+WAIT_BETWEEN_REQUESTS = timedelta(days=0, seconds=2)
 SOCKET_TIMEOUT = 6
 
 # vim: ai ts=4 sw=4 sts=4 expandtab