update
[rainbowstream.git] / rainbowstream / rainbow.py
index 8a03f6f38c5f8105dd160cd132b10e5c39c6c1ec..29cba75f9e5ae70ff551b0bad1822020a413c7d1 100644 (file)
@@ -304,6 +304,7 @@ def quit():
     """
     Exit all
     """
+    db.truncate() 
     os.kill(g['stream_pid'], signal.SIGKILL)
     sys.exit()
 
@@ -351,6 +352,8 @@ def stream():
 
     # The Logo
     ascii_art()
+    g['stuff'] = '1'
+    home()
     # These arguments are optional:
     stream_args = dict(
         timeout=args.timeout,