Fix path for tank submission again

This commit is contained in:
Neale Pickett 2010-05-17 23:41:26 -06:00
parent e6a118f709
commit dd25de1ce0
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ else:
file = open(path, 'w')
file.write('Team: %s\n' % quote(team))
file.write('Color: #%s\n' % teams.color(team))
file.write('Content-Type: text/x-tanks-bullet\n')
file.write('\n')
file.write(code)
file.close()