Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 00e1f8c

Browse files
authored
Update tweet.py
1 parent 0a3c78d commit 00e1f8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tweet.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import logging
22
import tweepy
3+
import random
34

45
# Grab random image from daily build
56
filename = "cropped/shabby/" + random.choice(os.listdir("cropped/shabby/"))

0 commit comments

Comments
 (0)