Upload files to 'studio'
This commit is contained in:
parent
58542c446e
commit
82ab684a2c
1 changed files with 1 additions and 1 deletions
|
@ -861,7 +861,7 @@ def load(project_location):
|
||||||
except:
|
except:
|
||||||
data["star"] = 0
|
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!")
|
talk.alert("⭐ Today's Requirement is Finished!")
|
||||||
|
|
||||||
return data
|
return data
|
||||||
|
|
Loading…
Reference in a new issue