fix
All checks were successful
Build and Run VSTU Compat Layer v1 / build_and_run (push) Successful in 7s
All checks were successful
Build and Run VSTU Compat Layer v1 / build_and_run (push) Successful in 7s
This commit is contained in:
4
main.py
4
main.py
@@ -86,10 +86,10 @@ def get_slot_key_for_event(event: dict):
|
||||
|
||||
w = ""
|
||||
if weeknum is not None:
|
||||
w = "_WN" + str(weeknum)
|
||||
w += "_WN" + str(weeknum)
|
||||
|
||||
if weekday is not None:
|
||||
w = "_WD" + str(weekday)
|
||||
w += "_WD" + str(weekday)
|
||||
|
||||
r = ('_'.join(pairs)) + ("_".join(times))
|
||||
if len(r) > 0: r = "_" + r
|
||||
|
||||
Reference in New Issue
Block a user