Skip to content

Commit

Permalink
Amateur hour
Browse files Browse the repository at this point in the history
  • Loading branch information
xurble committed May 9, 2021
1 parent 7a66c8a commit 35fcb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feeds/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def read_feed(source_feed, output=NullOutput()):


except Exception as ex:
source_feed.last_result = ("Failed Redirection to " + new_url + " " + str(ex))["255"]
source_feed.last_result = ("Failed Redirection to " + new_url + " " + str(ex))[:255]
source_feed.interval += 60

#NOT ELIF, WE HAVE TO START THE IF AGAIN TO COPE WTIH 302
Expand Down

0 comments on commit 35fcb3c

Please sign in to comment.