Skip to content

Conversation

@vincentcox
Copy link
Contributor

docker run -it --rm --name humble humble:1.42 /bin/bash -c "python3 humble.py -u https://facebook.com -b"
  File "humble.py", line 1318
    ln = f"<span class='ok'> {header.strip()}{sub_d["span_f"]}:\
                                                     ^
SyntaxError: invalid syntax

Fixed by changing "->'

image

docker run -it --rm --name humble humble:1.42 /bin/bash -c "python3 humble.py -u https://facebook.com -b"
  File "humble.py", line 1318
    ln = f"<span class='ok'> {header.strip()}{sub_d["span_f"]}:\
                                                     ^
SyntaxError: invalid syntax
@vincentcox vincentcox mentioned this pull request Nov 17, 2024
@rfc-st
Copy link
Owner

rfc-st commented Nov 17, 2024

Hi, @vincentcox

Thanks for testing the latest changes in Docker and for this PR: accepted.

Regards,

@rfc-st rfc-st merged commit 6732599 into rfc-st:master Nov 17, 2024
2 checks passed
@rfc-st rfc-st added the solved label Jul 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants