1
0
Эх сурвалжийг харах

fix problem on Python 3.8

Falko Schindler 1 жил өмнө
parent
commit
d38671df5f

+ 1 - 1
website/documentation/content/more/storage_documentation.py

@@ -5,7 +5,7 @@ from nicegui import ui
 
 from ...model import DetailDocumentation
 
-counter: Counter[str] = Counter()
+counter = Counter()  # type: ignore
 start = datetime.now().strftime(r'%H:%M, %d %B %Y')