We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6a8934 commit 76679e9Copy full SHA for 76679e9
TwitchChannelPointsMiner/classes/TwitchLogin.py
@@ -19,7 +19,7 @@
19
20
21
class TwitchLogin(object):
22
- __self__ = [
+ __slots__ = [
23
"client_id",
24
"token",
25
"login_check_result",
0 commit comments