fix: record home page
This commit is contained in:
parent
801e9d411b
commit
8ad2c08b5d
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ def make_view_log(path, referrer=None, browser=None, version=None, url=None, use
|
|||
if referrer.startswith(url):
|
||||
is_unique = False
|
||||
|
||||
if path.startswith('/'):
|
||||
if path != "/" and path.startswith('/'):
|
||||
path = path[1:]
|
||||
|
||||
if is_tracking_enabled():
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue