mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-05 14:35:17 +00:00
(re-)structure code - use include-files now
- move gobals and other stuff to includes - extract code from boswatch.py to include-files bugfix in BosMon-plugin
This commit is contained in:
parent
c296af22b0
commit
e67a357d8e
15 changed files with 243 additions and 196 deletions
|
|
@ -2,10 +2,13 @@
|
|||
# -*- coding: cp1252 -*-
|
||||
|
||||
import logging # Global logger
|
||||
import globals # Global variables
|
||||
|
||||
import mysql
|
||||
import mysql.connector
|
||||
|
||||
from includes import globals # Global variables
|
||||
|
||||
|
||||
def run(typ,freq,data):
|
||||
try:
|
||||
#ConfigParser
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue