Hide experimental bumping graphs

This commit is contained in:
DarkPhoenix
2020-04-07 18:25:40 +03:00
parent 029c7dd4c2
commit c70afa9a4c
8 changed files with 22 additions and 15 deletions

View File

@@ -31,8 +31,8 @@ from .getter import (
class FitDamageStatsGraph(FitGraph):
def __init__(self):
super().__init__()
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
self._timeCache = TimeCache()
self._projectedCache = ProjectedDataCache()