Browse Source

Fix mistype

Denis K 9 năm trước cách đây
mục cha
commit
25351fd05f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      jet/dashboard_modules/google_analytics.py

+ 1 - 1
jet/dashboard_modules/google_analytics.py

@@ -303,7 +303,7 @@ class GoogleAnalyticsVisitorsTotals(GoogleAnalyticsBase):
 
     def __init__(self, title=None, period=None, **kwargs):
         kwargs.update({'period': period})
-        super(YandexMetrikaVisitorsTotals, self).__init__(title, **kwargs)
+        super(GoogleAnalyticsVisitorsTotals, self).__init__(title, **kwargs)
 
     def init_with_context(self, context):
         result = self.api_ga()