We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f57cf82 commit 375eb12Copy full SHA for 375eb12
BabbleApp/babbleapp.py
@@ -115,7 +115,7 @@ def main():
115
latestversion = response.json()["name"]
116
117
# If what we scraped and hardcoded versions are same, assume we are up to date.
118
- if False: #appversion == latestversion:
+ if appversion == latestversion:
119
print(
120
f'\033[92m[{lang._instance.get_string("log.info")}] {lang._instance.get_string("babble.latestVersion")}! [{latestversion}]\033[0m'
121
)
0 commit comments