Skip to content
This repository was archived by the owner on Apr 27, 2019. It is now read-only.

Commit d7a63c9

Browse files
committed
Updated version number, disabled trace logging by default.
1 parent 5e742bc commit d7a63c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
from plugin_manager import PluginManager, route, FatalPluginError
2121
from utility_functions import build_packet
2222

23-
VERSION = "1.2.2"
24-
TRACE = True
23+
VERSION = "1.2.3"
24+
TRACE = False
2525
TRACE_LVL = 9
2626
logging.addLevelName(9, "TRACE")
2727
logging.Logger.trace = lambda s, m, *a, **k: s._log(TRACE_LVL, m, a, **k)

0 commit comments

Comments
 (0)