mirror of
https://github.com/mvt-project/mvt.git
synced 2026-05-25 09:34:08 +02:00
Changed event name
This commit is contained in:
@@ -31,7 +31,7 @@ class OSAnalyticsADDaily(IOSExtraction):
|
||||
return {
|
||||
"timestamp": record["ts"],
|
||||
"module": self.__class__.__name__,
|
||||
"event": "date",
|
||||
"event": "osanalytics_addaily",
|
||||
"data": record_data,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user