Skip to content

Commit

Permalink
7.0 refactoring - rename some functions, rename decorator, edit get_p…
Browse files Browse the repository at this point in the history
…age #2
  • Loading branch information
Boison88 committed Sep 13, 2023
1 parent 1003ab3 commit 6a16c06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions page_analyzer/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from page_analyzer.page_parser import get_page_data
from urllib.parse import urlparse
from validators import url as url_validator
from flask import flash

MAX_URL_LENGTH = 255

Expand Down

0 comments on commit 6a16c06

Please sign in to comment.