Fix atconnect.py

Fix mistake on line 28
This commit is contained in:
Laptop 2022-09-20 20:08:34 +03:00 committed by GitHub
parent 3e5a3855c0
commit c604144e2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,8 +25,7 @@ REQUA = \
class AternosConnect: class AternosConnect:
"""Class for sending API requests """Class for sending API requests, bypassing Cloudflare and parsing responses"""
bypass Cloudflare and parsing responses"""
def __init__(self) -> None: def __init__(self) -> None: