comma issues
This commit is contained in:
parent
c9699263ed
commit
f15b7402c1
@ -15,6 +15,9 @@ def listfromAPI(message):
|
||||
if mess[0] == " ":
|
||||
queueList.append(mess[1:])
|
||||
continue
|
||||
if mess[-1] == ",": # get rid of random last comma
|
||||
queueList.append(mess[1:])
|
||||
continue
|
||||
queueList.append(mess)
|
||||
return queueList
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user