aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyfantom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyfantom.py')
-rw-r--r--pyfantom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyfantom.py b/pyfantom.py
index 90fa389..9c8f954 100644
--- a/pyfantom.py
+++ b/pyfantom.py
@@ -195,7 +195,7 @@ class StatusVar(Structure):
def __init__(self, code=0):
"""Initialize Status Variable."""
- self.value = 0
+ self.value = code
def __str__(self):
return str(self.value)