summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2014-05-28 02:06:58 -0600
committerjason2014-05-28 02:06:58 -0600
commit9ce404e74f7334330a9649c392af7bc848578bb5 (patch)
treec7582af5ec4099f98ec91192ae925463e3d44fe9
parente2d43ece40911da7e24f343dfdae51e38aebd2f6 (diff)
downloadwarmachine-master.tar.gz
warmachine-master.zip
rename dbHEADmaster
Diffstat (limited to '')
-rw-r--r--settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index dc423cb..5c186f1 100644
--- a/settings.py
+++ b/settings.py
@@ -17,7 +17,7 @@ CHANNELS = ('#lobby',)
17 17
18ADMINS = ('jason',) 18ADMINS = ('jason',)
19 19
20DB_PATH = "enderlabs.db" 20DB_PATH = "warmachine.db"
21 21
22ACTIONS = ( 22ACTIONS = (
23 'wmd.actions.passive.pong.RespondToPing', 23 'wmd.actions.passive.pong.RespondToPing',