Fixed issues with semantic versioning for apps

This commit is contained in:
frikky
2021-06-17 09:05:13 +02:00
parent 642b589953
commit d2b50cfa14
10 changed files with 133 additions and 63 deletions
+2
View File
@@ -514,6 +514,7 @@ class AppBase:
# return
print("[INFO] Multiplier length: %d" % len(param_multiplier))
tmp = ""
for subparams in param_multiplier:
print(f"SUBPARAMS IN MULTI: {subparams}")
try:
@@ -2306,6 +2307,7 @@ class AppBase:
#newres = await func(**params)
#print("PARAMS: %s" % params)
newres = ""
while True:
try:
newres = await func(**params)