Upload files to 'studio'

This commit is contained in:
Jeison Yehuda Amihud (Blender Dumbass) 2023-03-15 18:25:46 +00:00
parent 58542c446e
commit 82ab684a2c

View file

@ -861,7 +861,7 @@ def load(project_location):
except:
data["star"] = 0
if data["star"] >= 1 and not prev_star >= 1:
if data["star"] >= 2 and not prev_star >= 2:
talk.alert("⭐ Today's Requirement is Finished!")
return data