Improved docs, fixed some typos
This commit is contained in:
parent
496049c9b5
commit
2d0af206ca
5 changed files with 46 additions and 42 deletions
|
@ -42,12 +42,9 @@ class AternosConnect:
|
|||
self.atcookie = ''
|
||||
|
||||
def add_args(self, **kwargs) -> None:
|
||||
"""Pass arguments to CloudScarper
|
||||
"""Pass arguments to CloudScraper
|
||||
session object __init__
|
||||
if kwargs is not empty
|
||||
|
||||
Args:
|
||||
**kwargs: Keyword arguments
|
||||
"""
|
||||
|
||||
if len(kwargs) < 1:
|
||||
|
|
Reference in a new issue