mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-04 22:07:45 +00:00
change some files
This commit is contained in:
parent
620d848b4c
commit
2f4853b144
5 changed files with 33 additions and 19 deletions
|
|
@ -19,6 +19,8 @@ import platform # for python version nr
|
|||
|
||||
import boswatch.version
|
||||
|
||||
logging.debug("- %s loaded", __name__)
|
||||
|
||||
|
||||
def logoToLog():
|
||||
"""!Prints the BOSWatch logo to the log at debug level
|
||||
|
|
|
|||
|
|
@ -14,6 +14,9 @@
|
|||
@author: Bastian Schroll
|
||||
@description: Version numbers, branch and release date of BOSWatch
|
||||
"""
|
||||
import logging
|
||||
|
||||
logging.debug("- %s loaded", __name__)
|
||||
|
||||
client = {"major": 3, "minor": 0, "patch": 0}
|
||||
server = {"major": 3, "minor": 0, "patch": 0}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue