remove trailing newline

This commit is contained in:
randomuser 2021-08-02 21:55:14 -05:00
parent 47662c9eca
commit 9dfebb85ee
1 changed files with 0 additions and 1 deletions

View File

@ -26,4 +26,3 @@ def cmdparse(line):
try: params = splitted[1:]
except IndexError: params = None
return (command, params)