diff options
Diffstat (limited to 'hercules/code/server/party.py')
-rw-r--r-- | hercules/code/server/party.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hercules/code/server/party.py b/hercules/code/server/party.py index c75a541..bcd7fc5 100644 --- a/hercules/code/server/party.py +++ b/hercules/code/server/party.py @@ -34,7 +34,7 @@ def convertParty(users): if len(rows) == 2: continue if len(rows) < 3: - print "wrong party.txt line: " + line + print("wrong party.txt line: " + line) continue partyId = rows[0] |