quick question when I look at the html of the https://www.rbxflip.com/shop there are items but when i do the request the html says <p>No items</p>
how can I fix this?
import requests
url = 'https://www.rbxflip.com/shop'
r = requests.get(url)
print(r.text)