remove leftover debug writing causing error when no debug directory
This commit is contained in:
parent
eea034d5a9
commit
dcc3183411
@ -101,8 +101,8 @@ def request_comments(ctoken, replies=False):
|
|||||||
print("got <!DOCTYPE>, retrying")
|
print("got <!DOCTYPE>, retrying")
|
||||||
continue
|
continue
|
||||||
break
|
break
|
||||||
with open('debug/comments_debug', 'wb') as f:
|
'''with open('debug/comments_debug', 'wb') as f:
|
||||||
f.write(content)
|
f.write(content)'''
|
||||||
return content
|
return content
|
||||||
|
|
||||||
def parse_comments(content, replies=False):
|
def parse_comments(content, replies=False):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user