Skip to content

Commit

Permalink
(feat) add version
Browse files Browse the repository at this point in the history
  • Loading branch information
azai91 committed Dec 4, 2015
1 parent 23ee0b1 commit cb2f856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def do_GET(s):
subprocess.call(['python','./drive_refresh.py'])
sys.stdout.write('Account Saved')
logging.info('Account Saved')
s.wfile.write('Your code has been saved in Alfred')
# s.wfile.write('Your code has been saved in Alfred')
except:
s.wfile.write('Error with setting code')

Expand Down

0 comments on commit cb2f856

Please sign in to comment.