Closed D4RKW1NT3R closed 4 years ago
On line 78 you have "except Exception:" you shouldn't need the exception part because of the "try, except" which checks for exceptions already.
On line 78 you have "except Exception:" you shouldn't need the exception part because of the "try, except" which checks for exceptions already.