Skip to content

Commit

Permalink
refactor: removed debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
Datalux committed May 28, 2020
1 parent bc7718d commit d89166f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Osintgram.py
Original file line number Diff line number Diff line change
Expand Up @@ -705,10 +705,6 @@ def getUserStories(self, id):
data = self.api.LastJson
counter = 0

# for debug
with open('data3.json', 'w') as outfile:
json.dump(data, outfile)

if data['reel'] != None: # no stories avaibile
for i in data['reel']['items']:
story_id = i["id"]
Expand Down

0 comments on commit d89166f

Please sign in to comment.