Skip to content

Commit

Permalink
chore: improvement
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Clauss <cclauss@me.com>
  • Loading branch information
Datalux and cclauss authored Apr 2, 2021
1 parent 02432d1 commit 369c4b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Osintgram.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@ def get_comment_data(self):
f.write("{ \"Comments\":[ \n")
f.write('\n'.join(json.dumps(comment) for comment in _comments) + ',\n')
f.write("]} ")
f.close()


def get_followers(self):
Expand Down

0 comments on commit 369c4b5

Please sign in to comment.