Removed a transaction.commit() that was unnecessary.

This commit is contained in:
Michael Woods
2025-12-25 15:31:28 -05:00
parent 60165d658c
commit 00cf6ab674
3 changed files with 109 additions and 0 deletions

7
examples/misc/script.py Normal file
View File

@@ -0,0 +1,7 @@
from packetserver.server import Server
from packetserver.common import PacketServerConnection
import logging
logging.basicConfig(level=logging.DEBUG)
s = Server('localhost', 8000, 'KQ4PEC')
s.start()
cm = s.app._engine._active_handler._handlers[1]._connection_map