mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Updated Nimrodel version to fix api probe
This commit is contained in:
parent
52ab0311d6
commit
01fe8771bd
@ -20,7 +20,7 @@ Also neat: You can use your **custom artist or track images**.
|
||||
* [bottle.py](https://bottlepy.org/) - [GitHub](https://github.com/bottlepy/bottle)
|
||||
* [waitress](https://docs.pylonsproject.org/projects/waitress/) - [GitHub](https://github.com/Pylons/waitress)
|
||||
* [doreah](https://pypi.org/project/doreah/) - [GitHub](https://github.com/krateng/doreah) (at least Version 0.9.1)
|
||||
* [nimrodel](https://pypi.org/project/nimrodel/) - [GitHub](https://github.com/krateng/nimrodel) (at least Version 0.4.8)
|
||||
* [nimrodel](https://pypi.org/project/nimrodel/) - [GitHub](https://github.com/krateng/nimrodel) (at least Version 0.4.9)
|
||||
* [setproctitle](https://pypi.org/project/setproctitle/) - [GitHub](https://github.com/dvarrazzo/py-setproctitle)
|
||||
* If you'd like to display images, you will need API keys for [Last.fm](https://www.last.fm/api/account/create) and [Fanart.tv](https://fanart.tv/get-an-api-key/). These are free of charge!
|
||||
|
||||
|
@ -607,8 +607,8 @@ def post_scrobble(**keys):
|
||||
|
||||
# standard-compliant scrobbling methods
|
||||
|
||||
@dbserver.post("s/{path}")
|
||||
@dbserver.get("s/{path}")
|
||||
@dbserver.post("s/{path}",pass_headers=True)
|
||||
@dbserver.get("s/{path}",pass_headers=True)
|
||||
def sapi(path:Multi,**keys):
|
||||
"""Scrobbles according to a standardized protocol.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
bottle>=0.12.16
|
||||
waitress>=1.3
|
||||
doreah>=0.9.1
|
||||
nimrodel>=0.4.8
|
||||
nimrodel>=0.4.9
|
||||
setproctitle>=1.1.10
|
||||
|
Loading…
Reference in New Issue
Block a user