1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-27 21:44:21 +00:00
This commit is contained in:
Steffo 2016-02-14 16:22:46 +01:00
parent 9388ad84c4
commit b61f369e28

2
bot.py
View file

@ -300,6 +300,7 @@ while True:
"*Miss*: {10}" "*Miss*: {10}"
.format(r['beatmap_id'], .format(r['beatmap_id'],
r['rank'], r['rank'],
mods,
r['score'], r['score'],
r['maxcombo'], r['maxcombo'],
r['count300'], r['count300'],
@ -376,6 +377,7 @@ while True:
"*Miss*: {10}" "*Miss*: {10}"
.format(r['beatmap_id'], .format(r['beatmap_id'],
r['rank'], r['rank'],
mods,
r['score'], r['score'],
r['maxcombo'], r['maxcombo'],
r['count300'], r['count300'],