Skip to content

Commit

Permalink
Add SSL update for pastebin (#5)
Browse files Browse the repository at this point in the history
Fixes #4
  • Loading branch information
thakyZ authored Oct 8, 2020
1 parent 8ebe6dd commit 0e5b13d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pastebin.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ class Pastebin(object):

PASTEBIN_USER_KEY_CACHE = '.pastebin_user_key_cache'

pastebin_api = "http://pastebin.com/api/api_post.php"
pastebin_user_api = "http://pastebin.com/api/api_login.php"
pastebin_api = "https://pastebin.com/api/api_post.php"
pastebin_user_api = "https://pastebin.com/api/api_login.php"
pastebin_dev_key = "564b1c623712f731a96c7820dff4ab9f"

def __init__(self, paste_code, paste_name=None, paste_private=False,
Expand Down

0 comments on commit 0e5b13d

Please sign in to comment.