We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6b05eb + 0439b09 commit 4a7ff5dCopy full SHA for 4a7ff5d
1 file changed
pepper/cli.py
@@ -428,6 +428,7 @@ def run(self):
428
if api.auth['expire'] < time.time()+30:
429
logger.error('Login token expired')
430
raise Exception('Login token expired')
431
+ api.req('/stats')
432
except Exception as e:
433
if e.args[0] is not 2:
434
logger.error('Unable to load login token from ~/.peppercache '+str(e))
0 commit comments