|
|
|
@ -421,4 +421,11 @@ def Update(inGSettings):
|
|
|
|
|
# Remove old structure Scheduler
|
|
|
|
|
del inGSettings["Scheduler"]
|
|
|
|
|
if lL: lL.warning(f"Backward compatibility (v1.1.20 to v1.2.0): Convert Scheduler to SchedulerDict with new features") # Log about compatibility
|
|
|
|
|
|
|
|
|
|
# # Convert to Storage to StorageDict
|
|
|
|
|
if "Storage" in inGSettings:
|
|
|
|
|
# Check if Server is active > convert to ServerDict
|
|
|
|
|
inGSettings["StorageDict"] = inGSettings["Storage"]
|
|
|
|
|
if lL: lL.warning(
|
|
|
|
|
f"Backward compatibility (v1.2.1 to v1.2.2): Convert Storage to StorageDict") # Log about compatibility
|
|
|
|
|
# Remove old structure Scheduler
|
|
|
|
|
del inGSettings["Storage"]
|
|
|
|
|