17woods / snake-game

Exception caught is very general PYL-W0703
Anti-pattern
Major
2 months agoa year old
Catching too general exception Exception
 97                if not pause:
 98                    self.play()
 99
100            except Exception as e:101                print(e)
102                self.game_over()
103                pause = True