summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nfsw/io.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/nfsw/io.py b/nfsw/io.py
index 6681480..9240759 100644
--- a/nfsw/io.py
+++ b/nfsw/io.py
@@ -20,3 +20,9 @@ def query():
return {
'ans': cmd
}
+
+
+def setup():
+ """Setup user's state"""
+ if not r().exists(k('scene')):
+ r().set(k('scene'), 'sexshop')