[git fast commit] 03. Feb 2019 - 00:33:06

This commit is contained in:
Yannik Schmidt
2019-02-03 00:33:06 +01:00
parent 8726f60c60
commit ca05fdd632

View File

@@ -27,4 +27,4 @@ def t_listen(conn):
ret = ret.encode("utf-8") ret = ret.encode("utf-8")
conn.send(ret) conn.send(ret)
except Exception: except Exception:
conn.send(b"Rating Backend Exception (503 Database not in sync)") pass