mirror of
http://gitea.phreedom.club/localhost_frssoft/funkwlmpv
synced 2024-11-21 18:41:28 +00:00
Make funkwhale_cli.py executable
This commit is contained in:
parent
220717d522
commit
b5fe6613a7
2
funkwhale_cli.py
Normal file → Executable file
2
funkwhale_cli.py
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from src.fw_api import current_instance, federate_search_by_url, get_instance_settings
|
||||
from src.fw_radios import list_radios
|
||||
from src.fw_artists import list_artists
|
||||
|
|
Loading…
Reference in a new issue