Skip to content

Commit 38707f2

Browse files
committed
Fix issue where termination not defined
1 parent dddd961 commit 38707f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

insta.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@
118118

119119
# DATA PROCESSING & READING/SAVING TO FILE
120120

121+
# by default, program should not terminate early
122+
terminate_early = False
123+
121124
# Reading files
122125
if os.path.exists('followers.txt'):
123126
with open('followers.txt', 'r') as filehandle:

0 commit comments

Comments
 (0)