We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 048cd99 commit 6f8cc9bCopy full SHA for 6f8cc9b
so.py
@@ -1,7 +1,7 @@
1
import requests
2
from bs4 import BeautifulSoup
3
4
-URL = f"https://stackoverflow.com/jobs?q=python&sort=i"
+URL = f"https://stackoverflow.com/jobs"
5
6
7
def get_last_page():
0 commit comments