Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
GitGinocchio committed Aug 27, 2024
1 parent b93ed9b commit 8b07c6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Show your spotify stats inside your README.md

<!-- START_SECTION: Spotify Stats >
# Last Update Timestamp
<p>27/08/2024, 13:43:32</p>
<!--- Inizia la sezione estendibile per i Top Artists --->
<details open>
<summary style="font-size: 20px; font-weight: bold; cursor: pointer; text-align: center;">Top 10 Artists</summary>
Expand Down
3 changes: 1 addition & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@

# Nuovo contenuto da inserire nella sezione
new_content = f"""
# Last Update Timestamp
<p>{datetime.datetime.now(datetime.UTC).timestamp()}</p>
<p>{datetime.datetime.now(datetime.UTC).strftime("%d/%m/%Y, %H:%M:%S")}</p>
<!--- Inizia la sezione estendibile per i Top Artists --->
<details open>
Expand Down

0 comments on commit 8b07c6c

Please sign in to comment.