Skip to content

Commit

Permalink
Fix category
Browse files Browse the repository at this point in the history
  • Loading branch information
larsenv committed Sep 16, 2023
1 parent 73d19b1 commit 3091ce6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Channels/News_Channel/newsdownload.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,11 +583,7 @@ def parse_feed(self, key, value, i):
or self.source != "AFP_German"
and current_time - updated_time < 60
): # if it's a new article since the last hour
try:
i += 1
except:
print(feed)

i += 1
j += 1

if (
Expand Down

0 comments on commit 3091ce6

Please sign in to comment.