Skip to content

Commit aa74513

Browse files
authored
Update main.py
1 parent a95f075 commit aa74513

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ def update_gist(str_hoyo_data, gist_id, gh_token) :
122122
except requests.exceptions.RequestException as e :
123123
print(f"Error updating gist: {e}")
124124

125+
#################### Main ####################
126+
125127
if __name__ == '__main__' :
126128
hoyo_data = get_data_from_hoyolab(hoyo_uid, hoyo_token, hoyo_tmid)
127129

0 commit comments

Comments
 (0)