Skip to content

Commit

Permalink
Fix print
Browse files Browse the repository at this point in the history
  • Loading branch information
larsenv committed Sep 16, 2023
1 parent ed0b8d1 commit 59964f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Channels/News_Channel/newsdownload.py
Original file line number Diff line number Diff line change
Expand Up @@ -577,8 +577,6 @@ def parse_feed(self, key, value, i):
elif self.source == "AFP_French" and current_time - updated_time < 0:
updated_time -= 180

print(current_time - updated_time)

if (
self.source == "AFP_German"
and i < 5
Expand Down

0 comments on commit 59964f6

Please sign in to comment.