添加调试

pull/71/head
ibuler 2015-12-31 16:41:52 +08:00
parent 91e006cfb0
commit 5e86b06db8
1 changed files with 3 additions and 1 deletions

View File

@ -800,7 +800,9 @@ def main():
color_print('请输入正确ID', 'red')
except ServerError, e:
color_print(e, 'red')
except IndexError:
except Exception, e:
color_print(e)
time.sleep(5)
pass
if __name__ == '__main__':