some small bugfixes
This commit is contained in:
parent
d814f99f2b
commit
8a4f5b4400
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1,5 @@
|
||||
__pycache__
|
||||
log
|
||||
|
||||
.idea/*
|
||||
!.idea/runConfigurations
|
||||
|
@ -26,6 +26,7 @@ class ServiceList(enum.Enum):
|
||||
SERVICE_9 = auto()
|
||||
SERVICE_17 = auto()
|
||||
SERVICE_20 = auto()
|
||||
SERVICE_23 = auto()
|
||||
SERVICE_200 = auto()
|
||||
|
||||
|
||||
|
BIN
logo.png
BIN
logo.png
Binary file not shown.
Before Width: | Height: | Size: 312 KiB After Width: | Height: | Size: 35 KiB |
@ -1 +1 @@
|
||||
Subproject commit 7c391cff6b823a2b2e07e5532780754b96b29a3d
|
||||
Subproject commit d94e61230ffa47436bf49156f36eb7222931eafb
|
Loading…
Reference in New Issue
Block a user