aboutsummaryrefslogtreecommitdiff
path: root/textoutpc/_stream.py
diff options
context:
space:
mode:
Diffstat (limited to 'textoutpc/_stream.py')
-rwxr-xr-xtextoutpc/_stream.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/textoutpc/_stream.py b/textoutpc/_stream.py
index 3986775..ee51979 100755
--- a/textoutpc/_stream.py
+++ b/textoutpc/_stream.py
@@ -27,6 +27,7 @@ class TextoutUnit:
PARSEP = 5
def __init__(self, *args):
+ self.full = ''
if len(args) > 1:
self.type, self.name, self.value, *_ = args + (None,)
return