diff --git a/pychromecast/controllers/dashcast.py b/pychromecast/controllers/dashcast.py index 3b2909e2f..f116a6d46 100644 --- a/pychromecast/controllers/dashcast.py +++ b/pychromecast/controllers/dashcast.py @@ -27,7 +27,7 @@ def receive_message(self, _message, _data: dict): # Indicate that the message was successfully handled. return True - def load_url(self, url, force=False, reload_seconds=0, callback_function=None): + def load_url(self, url, *, force=False, reload_seconds=0, callback_function=None): """ Starts loading a URL with an optional reload time in seconds.