Skip to content

code formatting #23

@gmankab

Description

@gmankab

according to pep-8, one indentation should equal 4 spaces

there is proper formatted indent on lines 43-44, but on lines 54-55 there is broken 8 spaces indent

def solvecap(proxy,arkoseBlob):
try:

please consider using code formatter, for example ruff or black

you can try this:

python -m pip install ruff
python -m ruff format main.py

this should fix all indentation problems

also consider to sort imports:

python -m ruff check --select I --fix

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions