Skip to content

Commit 15fcd9e

Browse files
author
Soheil Behnezhad
committed
Enable standalone scripts
1 parent 706e46b commit 15fcd9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ def run(self):
1818
t = TwitterRelatedScripts()
1919
s = StandaloneScripts()
2020
t.start()
21-
# s.start()
21+
s.start()

0 commit comments

Comments
 (0)