Skip to content

Commit

Permalink
final ver. of TIK4
Browse files Browse the repository at this point in the history
  • Loading branch information
yeliqin666 authored May 23, 2024
1 parent b34d896 commit b857b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ def main(self):
print(f'\033[31m {getattr(banner, "banner%s" % settings.banner)} \033[0m')
else:
print("=" * 50)
print("\033[92;44m Alpha Edition \033[0m")
print("\033[92;44m TIK4 Final Ver. \033[0m")
if settings.online == 'true':
try:
content = json.loads(requests.get('https://v1.jinrishici.com/all.json', timeout=2).content.decode())
Expand Down

0 comments on commit b857b93

Please sign in to comment.