Last analyzed 424cb2d 6 days ago
Default analysis branch is
Currently analyzing run
Anomalous backslash detected PY-W0073
Bug risk
3 months ago6 months old
Anomalous backslash in string: '\w'. String constant might be missing an r prefix.
 38testingBoard = "test"
 39
 40threadRE = re.compile(r".*/(\S+)/(\d+)(\+50)?.html")
 41boardTitleRE = re.compile('/(\w+)/ - (.+)') 42browser = ""
 43headless = False
 44keepOpen = False