[git fast commit] 02. Feb 2019 - 23:56:49

This commit is contained in:
Yannik Schmidt
2019-02-02 23:56:49 +01:00
parent 409f02b4c1
commit b5cf61884a

View File

@@ -21,6 +21,6 @@ def t_listen(conn):
if not ret:
ret = "Rating Backend Error"
if type(ret) == str:
ret.encode("utf-8")
ret = ret.encode("utf-8")
conn.send(ret)
conn.close()