Skip to content

Commit 76679e9

Browse files
authored
Update TwitchLogin.py
1 parent a6a8934 commit 76679e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TwitchChannelPointsMiner/classes/TwitchLogin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020

2121
class TwitchLogin(object):
22-
__self__ = [
22+
__slots__ = [
2323
"client_id",
2424
"token",
2525
"login_check_result",

0 commit comments

Comments
 (0)