summaryrefslogtreecommitdiff
path: root/hercules/code/server/account.py
diff options
context:
space:
mode:
Diffstat (limited to 'hercules/code/server/account.py')
-rw-r--r--hercules/code/server/account.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hercules/code/server/account.py b/hercules/code/server/account.py
index 7763766..ef83bc2 100644
--- a/hercules/code/server/account.py
+++ b/hercules/code/server/account.py
@@ -30,7 +30,7 @@ def convertAccount():
if len(rows) == 2:
continue
if len(rows) != 14:
- print "wrong account.txt line: " + stripNewLine(line)
+ print("wrong account.txt line: " + stripNewLine(line))
continue
if firstLine == False: