mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2025-12-06 07:42:03 +01:00
PEP8 changes to pushover
This commit is contained in:
parent
f92ce0d5f8
commit
cf1b5b3fc4
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -9,3 +9,5 @@ log/
|
||||||
\.pydevproject
|
\.pydevproject
|
||||||
|
|
||||||
\.settings/
|
\.settings/
|
||||||
|
|
||||||
|
\.idea/
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,7 @@ from includes import globalVars # Global variables
|
||||||
from includes.helper import configHandler
|
from includes.helper import configHandler
|
||||||
from includes.helper import wildcardHandler
|
from includes.helper import wildcardHandler
|
||||||
|
|
||||||
|
|
||||||
##
|
##
|
||||||
#
|
#
|
||||||
# onLoad (init) function of plugin
|
# onLoad (init) function of plugin
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue