Removed server test code

This commit is contained in:
Sumner Evans
2019-06-22 11:25:25 -06:00
parent 0a48c756bd
commit 1df026d9ee

View File

@@ -5,18 +5,9 @@ import gi
gi.require_version('Gtk', '3.0')
from gi.repository import Gtk
import mpv
from .app import LibremsonicApp
from .server import Server
def main():
server = Server('ohea', 'https://airsonic.the-evans.family', 'sumner',
'O}/UieSb[nzZ~l[X1S&zzX1Hi')
print(server.ping())
# print(server.search2('The Band Perry'))
stream = server.download(740)
# app = LibremsonicApp()
# app.run(sys.argv)
app = LibremsonicApp()
app.run(sys.argv)