tamland / python-tidal

Python API for TIDAL music streaming service
GNU Lesser General Public License v3.0
413 stars 110 forks source link

Add optional fn_print to Session::login_session_file #283

Closed GioF71 closed 1 month ago

GioF71 commented 2 months ago

As agreed, I have added the optional fn_print argument. The typing is the same used in login_pkce, so it's simply Callable[[str], None], but this should be good enough for the task. Feel free to ask for any changes might be needed, thank you.