Skip to content

Commit

Permalink
fix: timedelta
Browse files Browse the repository at this point in the history
  • Loading branch information
dhohirpradana committed Oct 19, 2023
1 parent 0edace6 commit d39ccab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import os
from datetime import datetime
from datetime import datetime, timedelta

import tweepy
import random
Expand Down

0 comments on commit d39ccab

Please sign in to comment.