forked from zuckerberg/dailybot
use the correct method for skip
This commit is contained in:
parent
3250e75bac
commit
7915955afa
2
radio.py
2
radio.py
@ -46,7 +46,7 @@ def current(i, irc):
|
|||||||
irc.privmsg(i.channel, r.text)
|
irc.privmsg(i.channel, r.text)
|
||||||
|
|
||||||
def skip(i, irc):
|
def skip(i, irc):
|
||||||
r = requests.get(host+"skip")
|
r = requests.post(host+"skip")
|
||||||
irc.privmsg(i.channel, r.text)
|
irc.privmsg(i.channel, r.text)
|
||||||
|
|
||||||
def queue(i, irc):
|
def queue(i, irc):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user