Fixed name
This commit is contained in:
parent
ba471084da
commit
8ee0fe53e6
2 changed files with 4 additions and 3 deletions
|
|
@ -145,7 +145,7 @@ class GGSTTT:
|
|||
message.destroy()
|
||||
elif resp == gtk.RESPONSE_OK:
|
||||
print "new game"
|
||||
self.s.send("Game-Command: new\n" +
|
||||
self.s.send("Game-Command: new\n" +
|
||||
"Content-Type: text\n" +
|
||||
"Content-Length: 0\n"+
|
||||
"\n")
|
||||
|
|
@ -160,7 +160,7 @@ class GGSTTT:
|
|||
message.destroy()
|
||||
elif resp == gtk.RESPONSE_OK:
|
||||
print "new game"
|
||||
self.s.send("Game-Command: new\n" +
|
||||
self.s.send("Game-Command: new\n" +
|
||||
"Content-Type: text\n" +
|
||||
"Content-Length: 0\n"+
|
||||
"\n")
|
||||
|
|
|
|||
Reference in a new issue