Moved the randrange to utils and updated release.py
Showing
4 changed files
with
31 additions
and
27 deletions
-
Please register or sign in to post a comment
... | ... | @@ -21,7 +21,8 @@ files = [ |
"mudserver.py", | ||
"utils.py", | ||
"welcome.txt", | ||
"wifiweb.py" | ||
"wifiweb.py", | ||
"defaultplayer.json" | ||
] | ||
def run_command(sio, command, expected='>>>'): | ||
... | ... |