We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baeb4aa commit f0bbe54Copy full SHA for f0bbe54
pymysql/_auth.py
@@ -14,7 +14,7 @@
14
import struct
15
16
17
-DEBUG = True
+DEBUG = False
18
SCRAMBLE_LENGTH = 20
19
sha1_new = partial(hashlib.new, 'sha1')
20
0 commit comments