summaryrefslogtreecommitdiff
path: root/src/test.py
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2022-06-14 17:55:01 -0500
committerHombreLaser <sebastian-440@live.com>2022-06-14 17:55:01 -0500
commit71a2a3fd8b13f6c3e942df5e68bb56e5aad50c2f (patch)
treecc355be57fdbc0ef7a384c3334018c2cd308e599 /src/test.py
parent13c803dedb9634479a7e46574f360bd3517eef50 (diff)
Añadido lector de config
Diffstat (limited to 'src/test.py')
-rw-r--r--src/test.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/test.py b/src/test.py
deleted file mode 100644
index e75baa3..0000000
--- a/src/test.py
+++ /dev/null
@@ -1,5 +0,0 @@
-from ampache.ampache import AmpacheClient
-
-my_ampache = AmpacheClient('https://music.silosneeded.com', '4dee7fe5554cf581a3f69ea023ea378a', '532000')
-album = my_ampache.get_album(4724)
-print(album)