fix def for upnextnext

This commit is contained in:
dokuja 2021-02-26 22:23:13 +00:00
parent 0878ec146c
commit 9029a9124c
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ class Module(ModuleManager.BaseModule):
@utils.hook("received.command.unn", alias_of="upnextnext")
@utils.hook("received.command.upnextnext")
@utils.kwarg("help", "show who's up after the next to stream")
def upnext(self, event):
def upnextnext(self, event):
js = utils.http.request(
AZURACAST_API_BASE + "/station/1/schedule?rows=2"
).json()