Skip to content

Commit

Permalink
[Fixes #7948] Error handling monitoring module (#7995)
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Aug 26, 2021
1 parent 2884eac commit d1481d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapstore2_adapter/plugins/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
is_analytics_enabled = False
try:
from geonode.monitoring.models import EventType
from geonode.monitoring import register_event
from geonode.base import register_event
is_analytics_enabled = True
except ImportError:
pass
Expand Down

0 comments on commit d1481d2

Please sign in to comment.