Change methods order again
This commit is contained in:
12
tokenTester.py
Normal file
12
tokenTester.py
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
import twExtract
|
||||||
|
import vx_testdata
|
||||||
|
tokens = ""
|
||||||
|
|
||||||
|
tokensList = tokens.split(",")
|
||||||
|
|
||||||
|
for token in tokensList:
|
||||||
|
try:
|
||||||
|
twExtract.extractStatusV2(vx_testdata.testNSFWTweet,workaroundTokens=[token])
|
||||||
|
except Exception as e:
|
||||||
|
print(str(e)+" "+token)
|
||||||
|
pass
|
Reference in New Issue
Block a user