From 32f68ffdb6c574da2a81f9cae5b5c1999813e703 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 2 Feb 2016 16:19:39 +0100 Subject: [PATCH] Ops. Sbagliato a sistemare. --- bot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bot.py b/bot.py index 40ed2e3d..fc2d5576 100644 --- a/bot.py +++ b/bot.py @@ -277,7 +277,6 @@ while True: mods = "*Mod:*" # Dividi in bit l'ID delle mod selezionate usando un bitwise and # Forse si potrebbe rifare usando la forma esadecimale...? - if int(r['enabled_mods']) & 0b1: if int(r['enabled_mods']) & 0x1: mods += " NoFail" if int(r['enabled_mods']) & 0x2: