Skip to content

Commit

Permalink
Fixed httpx error
Browse files Browse the repository at this point in the history
  • Loading branch information
nxvvvv authored Jan 8, 2024
2 parents 648483c + ad0e026 commit d3e5aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import httpx
except ImportError:
print("httpx package not found. Installing...")
os.system("pip install httpx")
os.system("poetry add 'httpx 0.26.0'")
import httpx

# Define script version and window title
Expand Down

0 comments on commit d3e5aab

Please sign in to comment.