Fix spinner typeerror.

LP: #1860444
This commit is contained in:
Dimitri John Ledkov 2020-01-21 16:39:13 +02:00
parent f925c3fa2a
commit a18d6b678e
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class SlowProbing(BaseView):
def __init__(self, controller): def __init__(self, controller):
self.controller = controller self.controller = controller
self.spinner = Spinner(loop=controller.app.aio_loop, style="dots") self.spinner = Spinner(aio_loop=controller.app.aio_loop, style="dots")
self.spinner.start() self.spinner.start()
super().__init__(screen( super().__init__(screen(
[ [