Skip to content

Commit

Permalink
Added JMK Endpoint
Browse files Browse the repository at this point in the history
I'm planning on locking certain things that can be abused or used maliciously behing this endpoint to mitigate the use of ro.py for exploits.
  • Loading branch information
jmkd3v committed Dec 28, 2020
1 parent dc95874 commit f465fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ro_py/utilities/requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


class Requests:
def __init__(self, cache=True):
def __init__(self, cache=True, jmk_endpoint="https://roblox.jmksite.dev/"):
self.session = requests.Session()
if cache:
self.session = CacheControl(self.session)
Expand Down

0 comments on commit f465fd5

Please sign in to comment.