Skip to content

Commit

Permalink
update_name only
Browse files Browse the repository at this point in the history
  • Loading branch information
dhohirpradana committed Oct 19, 2023
1 parent b7db77c commit 8035cd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,14 @@ def new_year():

if __name__ == "__main__":
# Calculate a random delay between 3 and 7 seconds
delay_seconds = random.randint(3, 7)
# delay_seconds = random.randint(3, 7)

# getTweetAndRetweet()
update_name()

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

update_banner()
# update_banner()

# new_year()

0 comments on commit 8035cd1

Please sign in to comment.