[Feature] 增加上传replay log的api

This commit is contained in:
ibuler
2017-11-22 10:54:59 +08:00
parent 7f9ce57318
commit 818ead85ca
13 changed files with 59 additions and 20 deletions

View File

@@ -6,6 +6,7 @@ import errno
if __name__ == "__main__":
try:
os.makedirs('../logs')
os.makedirs('../sessions')
except:
pass