AndyReifman / ArseneWenger

1 stars 12 forks source link

fixed bst_flag() method. #37

Closed ingenium21 closed 2 years ago

ingenium21 commented 2 years ago

bst_flag() method was using bitwise AND and for some reason was returning True when it was supposed to be false.

changed it to regular ol' logical and and it works as intended now.