summaryrefslogtreecommitdiff
path: root/portato/session.py
diff options
context:
space:
mode:
Diffstat (limited to 'portato/session.py')
-rw-r--r--portato/session.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/session.py b/portato/session.py
index 89684be..c100be7 100644
--- a/portato/session.py
+++ b/portato/session.py
@@ -42,7 +42,7 @@ class Session (object):
self._cfg = None
self._handlers = []
- self._name = name
+ self._name = name if name else "MAIN"
if not (os.path.exists(SESSION_DIR) and os.path.isdir(SESSION_DIR)):
os.mkdir(SESSION_DIR)