.. DO NOT EDIT. .. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY. .. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE: .. "examples_gallery/example_fastf1_signalrclient.py" .. LINE NUMBERS ARE GIVEN BELOW. .. only:: html .. note:: :class: sphx-glr-download-link-note :ref:`Go to the end ` to download the full example code. .. rst-class:: sphx-glr-example-title .. _sphx_glr_examples_gallery_example_fastf1_signalrclient.py: Using the Fast-F1 signalr client? ====================================== Demonstrates the usage of the SignalRClient .. GENERATED FROM PYTHON SOURCE LINES 6-16 .. code-block:: Python import logging from fastf1.livetiming.client import SignalRClient log = logging.getLogger() log.setLevel(logging.DEBUG) client = SignalRClient(filename="output.txt", debug=True) client.start() .. _sphx_glr_download_examples_gallery_example_fastf1_signalrclient.py: .. only:: html .. container:: sphx-glr-footer sphx-glr-footer-example .. container:: sphx-glr-download sphx-glr-download-jupyter :download:`Download Jupyter notebook: example_fastf1_signalrclient.ipynb ` .. container:: sphx-glr-download sphx-glr-download-python :download:`Download Python source code: example_fastf1_signalrclient.py ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_