summaryrefslogtreecommitdiff
path: root/hercules/code/server/storage.py
diff options
context:
space:
mode:
authorjak1 <jak1@themanaworld.org>2022-06-19 09:34:16 +0200
committerjak1 <jak1@themanaworld.org>2022-06-19 09:34:16 +0200
commit38fcd221d8fe03208abdafe0f01a6e54a601b71a (patch)
tree6a1ba5a5943b9dc0617e0046b39b82ba2284d53e /hercules/code/server/storage.py
parent9a351fb1abd5694bbbb7e38fcb64bb30b3fa74bb (diff)
downloadmessworld-tools-38fcd221d8fe03208abdafe0f01a6e54a601b71a.tar.gz
messworld-tools-38fcd221d8fe03208abdafe0f01a6e54a601b71a.tar.bz2
messworld-tools-38fcd221d8fe03208abdafe0f01a6e54a601b71a.tar.xz
messworld-tools-38fcd221d8fe03208abdafe0f01a6e54a601b71a.zip
updated all leftover scripts to py3HEADmaster
Diffstat (limited to 'hercules/code/server/storage.py')
-rw-r--r--hercules/code/server/storage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hercules/code/server/storage.py b/hercules/code/server/storage.py
index 6bddb52..6c1d2e7 100644
--- a/hercules/code/server/storage.py
+++ b/hercules/code/server/storage.py
@@ -28,7 +28,7 @@ def convertStorage():
if len(rows) == 2:
continue
if len(rows) != 3:
- print "wrong storage.txt line: " + stripNewLine(line)
+ print("wrong storage.txt line: " + stripNewLine(line))
continue
tmp = comaSplit.split(rows[0])