mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-22 16:20:25 +01:00
Extend interface.txt
This commit is contained in:
parent
dea33d5b7e
commit
214ce78470
|
|
@ -75,4 +75,12 @@ def run(typ,freq,data):
|
|||
|
||||
@return: nothing
|
||||
@exception: nothing, make sure this function will never thrown an exception
|
||||
"""
|
||||
"""
|
||||
|
||||
|
||||
Global Functions for plugins:
|
||||
-----------------------------
|
||||
from includes import helper #Global helper functions
|
||||
|
||||
|
||||
helper.curtime("FORMAT")
|
||||
|
|
@ -23,6 +23,7 @@
|
|||
import logging # Global logger
|
||||
|
||||
from includes import globals # Global variables
|
||||
#from includes import helper #Global helper functions
|
||||
|
||||
##
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue