Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
haytok committed Aug 5, 2024
1 parent d3fad5e commit 3f52462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ogp/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def update_ogp_image(excluding_dir_entries=[]):


def get_latest_commit_data():
url = 'https://api.github.com/repos/haytok/hakiwata/commits/main'
url = 'https://api.github.com/repos/haytok/haytok.github.io/commits/main'

try:
res = requests.get(url)
Expand Down

0 comments on commit 3f52462

Please sign in to comment.