summaryrefslogtreecommitdiff
path: root/plugins/shop.py
diff options
context:
space:
mode:
authorHoraK-FDF <horak-fdf@web.de>2022-03-04 21:05:23 +0100
committerHoraK-FDF <horak-fdf@web.de>2022-03-04 21:05:23 +0100
commit97055867550f0beca2a2cb396ccd95f6e58320de (patch)
tree9afbdde67f52fd7071d9f7f7a289a29d70a4a88f /plugins/shop.py
parent97e59ebfc6e33b328c22b3ba1a60ade846a4d01f (diff)
downloadmanachat-97055867550f0beca2a2cb396ccd95f6e58320de.tar.gz
manachat-97055867550f0beca2a2cb396ccd95f6e58320de.tar.bz2
manachat-97055867550f0beca2a2cb396ccd95f6e58320de.tar.xz
manachat-97055867550f0beca2a2cb396ccd95f6e58320de.zip
setting variable to default value
Diffstat (limited to 'plugins/shop.py')
-rwxr-xr-xplugins/shop.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/shop.py b/plugins/shop.py
index 8c234fe..828c7ea 100755
--- a/plugins/shop.py
+++ b/plugins/shop.py
@@ -31,7 +31,7 @@ PLUGIN = {
shoplog = logging.getLogger('ManaChat.Shop')
trade_timeout = 60
-time_sleep = 1
+time_sleep = 10
# default = 10
# Use at your own risk if you think the default value is too slow.
# 0 works too.