Commit f5952a37 by ziho

test3

parent e2206502
......@@ -32,7 +32,7 @@ def main():
game=choose_game()
if game:
winrate=pk(game[0],game[1])
name='comm'+'_'.join([game[0],game[1],str(winrate)])+'.finish'
name='comm/'+'_'.join([game[0],game[1],str(winrate)])+'.finish'
os.system('touch '+name)
os.remove('comm/'+game[0]+'_'+game[1]+'.running')
else:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment