diff --git a/studio/analytics.py b/studio/analytics.py index 3abf6b5..9cf2acf 100644 --- a/studio/analytics.py +++ b/studio/analytics.py @@ -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