Skip to content

Commit

Permalink
change error to warning
Browse files Browse the repository at this point in the history
  • Loading branch information
drkane committed Aug 22, 2024
1 parent 801b3bc commit 6d13445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ftc/management/commands/import_rsl.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def parse_file(self, response, source_url):

table = r.html.find("table", first=True)
if not table:
self.logger.error("No table found in {}".format(link))
self.logger.warning("No table found in {}".format(link))
continue

self.set_download_url(link)
Expand Down

0 comments on commit 6d13445

Please sign in to comment.