mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-04 22:07:45 +00:00
edit _gen/cloc.bat
This commit is contained in:
parent
a73a944c14
commit
482bc84a86
2 changed files with 3 additions and 3 deletions
|
|
@ -33,7 +33,7 @@ class Packet:
|
|||
logging.debug("create new bwPacket")
|
||||
self._packet = {"timestamp": time.time()}
|
||||
else:
|
||||
logging.debug("create bwPacket")
|
||||
logging.debug("create bwPacket from string")
|
||||
self._packet = eval(bwPacket)
|
||||
|
||||
def __str__(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue