diff options
author | Dipesh Amin <yaypunkrock@gmail.com> | 2011-08-22 09:44:24 +0100 |
---|---|---|
committer | Dipesh Amin <yaypunkrock@gmail.com> | 2011-08-22 09:44:24 +0100 |
commit | acf5d486463147e68b9fab4899f83ce3aaaff107 (patch) | |
tree | cbc6e82f17c093e84f7e365a55e569765cab8fa8 /config.py.template | |
parent | 152baa6eb8af6a24c6ee3966f5b47a664e239e84 (diff) | |
download | manamarket-acf5d486463147e68b9fab4899f83ce3aaaff107.tar.gz manamarket-acf5d486463147e68b9fab4899f83ce3aaaff107.tar.bz2 manamarket-acf5d486463147e68b9fab4899f83ce3aaaff107.tar.xz manamarket-acf5d486463147e68b9fab4899f83ce3aaaff107.zip |
Add a relist_time setting to the configuration file.
Diffstat (limited to 'config.py.template')
-rw-r--r-- | config.py.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.py.template b/config.py.template index 068d432..df11a32 100644 --- a/config.py.template +++ b/config.py.template @@ -3,4 +3,5 @@ server = "caliban.homeip.net" port = 6901 account = "" password = "" +relist_time = 604800 # Time in seconds before an item needs to be relisted. character = 0 #slot character is in, 0 for first, 1 for second, 2 for third |