Skip to content

Commit

Permalink
SpaceBin API Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ufoptg authored Jun 26, 2024
1 parent 2b2ceaf commit a222219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyUltroid/fns/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ async def get_paste(data: str, extension: str = "txt"):
ssl_context = ssl.create_default_context(cafile=certifi.where())
json = {"content": data, "extension": extension}
key = await async_searcher(
url="https://spaceb.in/api/v1/documents/",
url="https://spaceb.in/api/",
json=json,
ssl=ssl_context,
post=True,
Expand Down

0 comments on commit a222219

Please sign in to comment.