change command name
[rainbowstream.git] / rainbowstream / rainbow.py
index 584d8e2c68cfefaf0fa3810e2d7f9449e7ef5281..749c3027316c527d6805f975fa5ec5d3b7dba58b 100644 (file)
@@ -329,7 +329,10 @@ def quote():
     text = tweet['text']
     quote = '\"@' + screen_name + ': ' + text + '\"'
     quote = quote.encode('utf8')
-    printNicely(light_magenta('Compose mode:'))
+    notice = light_magenta('Compose mode ')
+    notice += light_yellow('(Enter nothing will cancel the quote)')
+    notice += light_magenta(':')
+    printNicely(notice)
     extra = raw_input(quote)
     if extra:
         t.statuses.update(status=quote+extra)
@@ -834,6 +837,7 @@ def theme():
         f = open(path,'w')
         f.write(c['theme'])
         f.close()
+        os.system('chmod 777 ' + path)
         printNicely(light_green('Okay it will be applied from next time :)'))
     else:
         # Change theme