Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yangchang-n authored Feb 19, 2025
1 parent a95f075 commit aa74513
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ def update_gist(str_hoyo_data, gist_id, gh_token) :
except requests.exceptions.RequestException as e :
print(f"Error updating gist: {e}")

#################### Main ####################

if __name__ == '__main__' :
hoyo_data = get_data_from_hoyolab(hoyo_uid, hoyo_token, hoyo_tmid)

Expand Down

0 comments on commit aa74513

Please sign in to comment.