Skip to content

Commit d7c9611

Browse files
committed
comment out random time interval
1 parent f927cd2 commit d7c9611

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

social_posters/instagram.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
import random
99
import time
1010

11-
rand = random.randint(0, 2000)
11+
#rand = random.randint(0, 2000)
1212

13-
time.sleep(rand)
13+
#time.sleep(rand)
1414

1515

1616

0 commit comments

Comments
 (0)