Prompt for token

This commit is contained in:
2017-12-06 21:58:53 -08:00
parent af7d7338b0
commit b35346694c

View File

@@ -76,7 +76,7 @@ class CmdAsana(object):
raise urwid.ExitMainLoop()
def run(self):
print("Running...")
print("Running...", self.client.users.me())
def save_token(self, token):
f = open('.oauth', 'w')