Skip to content

Commit 67e6bfc

Browse files
committed
Get rid of extraneous comments
1 parent 8d64a6c commit 67e6bfc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

botornot/__init__.py

-3
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,7 @@ def check_account(self, user):
126126

127127

128128
def check_accounts_in(self, accounts, **kwargs):
129-
#sub_instance_kwargs = vars(self)
130-
#sub_instance_kwargs['wait_on_ratelimit'] = True
131129
sub_instance = self.create_from(self, wait_on_ratelimit=True)
132-
# BotOrNot(**sub_instance_kwargs)
133130

134131
max_retries = kwargs.get('retries', 3)
135132
num_retries = 0

0 commit comments

Comments
 (0)