Skip to content

Commit

Permalink
dont stringify question ID
Browse files Browse the repository at this point in the history
  • Loading branch information
quartata committed Mar 13, 2018
1 parent 0f4af0e commit e63ff83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deletionwatcher.py
Expand Up @@ -72,7 +72,7 @@ def subscribe(self, post_url, callback=None, pickle=True, timeout=None):
return

if post_type == "answer":
question_id = str(datahandling.get_post_site_id_link((post_id, post_site, post_type)))
question_id = datahandling.get_post_site_id_link((post_id, post_site, post_type))

if question_id is None:
return
Expand Down

0 comments on commit e63ff83

Please sign in to comment.