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")
|
||||
continue
|
||||
break
|
||||
with open('debug/comments_debug', 'wb') as f:
|
||||
f.write(content)
|
||||
'''with open('debug/comments_debug', 'wb') as f:
|
||||
f.write(content)'''
|
||||
return content
|
||||
|
||||
def parse_comments(content, replies=False):
|
||||
|
Loading…
x
Reference in New Issue
Block a user