Merge pull request #20 from bnrubin/master
[rainbowstream.git] / rainbowstream / rainbow.py
index 905ff77a82250ebd8cb68b2b8b55e43d04c137e9..c424e841e779c640b60a12c6364f80e62fa776ba 100644 (file)
@@ -1114,6 +1114,7 @@ def config():
         value = g['stuff'].split()[-1]
         try:
             set_config(key,value)
+            printNicely(light_green('Updated successfully.'))
         except:
             printNicely(light_magenta('Not valid value.'))
             return