Skip to content

Commit

Permalink
fix: don't enforce id_site to be a int
Browse files Browse the repository at this point in the history
  • Loading branch information
kod-kristoff committed May 25, 2023
1 parent 15b823a commit 917bda0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions flask_matomo2/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ def __init__(

if not matomo_url:
raise ValueError("matomo_url has to be set")
if isinstance(id_site, int):
raise ValueError("id_site has to be an integer")
if not self.token_auth:
logger.warning("'token_auth' not given, NOT tracking ip-address")

Expand Down

0 comments on commit 917bda0

Please sign in to comment.