Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dhohirpradana committed Oct 19, 2023
1 parent d39ccab commit b7db77c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,11 @@ def new_year():
delay_seconds = random.randint(3, 7)

# getTweetAndRetweet()
# updateBanner()
update_name()

# Delay for the random duration
time.sleep(delay_seconds)

new_year()
update_banner()

# new_year()

0 comments on commit b7db77c

Please sign in to comment.