[P] Fix Store -> MapView websocket incompatibility
This commit was merged in pull request #27.
This commit is contained in:
@@ -32,7 +32,7 @@ class MapViewApp(App):
|
||||
Встановлює необхідні маркери, викликає функцію для оновлення мапи
|
||||
"""
|
||||
self.update()
|
||||
Clock.schedule_interval(self.update, 5)
|
||||
Clock.schedule_interval(self.update, 0.1)
|
||||
|
||||
def update(self, *args):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user