mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
fix doxy warning
This commit is contained in:
parent
1252a953a8
commit
da94581dc2
|
|
@ -101,6 +101,5 @@ class Packet:
|
||||||
"""!Print a info message to the log on INFO level.
|
"""!Print a info message to the log on INFO level.
|
||||||
Contains the most useful info about this packet.
|
Contains the most useful info about this packet.
|
||||||
@todo not complete yet - must be edit to print nice formatted messages on console
|
@todo not complete yet - must be edit to print nice formatted messages on console
|
||||||
|
"""
|
||||||
@param bwPacket: BOSWatch packet instance"""
|
|
||||||
logging.info("[%s]", self.get("mode"))
|
logging.info("[%s]", self.get("mode"))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue