diff options
author | HoraK-FDF <horak-fdf@web.de> | 2022-03-04 21:05:23 +0100 |
---|---|---|
committer | HoraK-FDF <horak-fdf@web.de> | 2022-03-04 21:05:23 +0100 |
commit | 97055867550f0beca2a2cb396ccd95f6e58320de (patch) | |
tree | 9afbdde67f52fd7071d9f7f7a289a29d70a4a88f /plugins/shop.py | |
parent | 97e59ebfc6e33b328c22b3ba1a60ade846a4d01f (diff) | |
download | manachat-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-x | plugins/shop.py | 2 |
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. |