From 2a4881713534f09a08e6f61ebb74e0f51b0bfa61 Mon Sep 17 00:00:00 2001 From: Orakaro Date: Tue, 8 Jul 2014 00:50:43 +0900 Subject: [PATCH] change command name --- rainbowstream/rainbow.py | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/rainbowstream/rainbow.py b/rainbowstream/rainbow.py index f8cc9bf..749c302 100644 --- a/rainbowstream/rainbow.py +++ b/rainbowstream/rainbow.py @@ -837,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 diff --git a/setup.py b/setup.py index 29bab80..516413e 100644 --- a/setup.py +++ b/setup.py @@ -41,6 +41,6 @@ setup(name='rainbowstream', entry_points=""" # -*- Entry points: -*- [console_scripts] - rainbow=rainbowstream.rainbow:fly + rainbowstream=rainbowstream.rainbow:fly """, ) -- 2.25.1