Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pastebin_python/pastebin_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.. moduleauthor:: Ferdinand Silva <[email protected]>

"""
PASTEBIN_URL = "http://pastebin.com/" #: The pastebin.com base url
PASTEBIN_URL = "https://pastebin.com/" #: The pastebin.com base url
PASTEBIN_RAW_URL = "%s%s" % (PASTEBIN_URL, "raw.php?i=%s")
PASTEBIN_API_URL = "%s%s" % (PASTEBIN_URL, "api/") #: The pastebin.com API base URL
PASTEBIN_API_POST_URL = "%s%s" % (PASTEBIN_API_URL, "api_post.php") #: The pastebin.com API POST URL
Expand All @@ -19,4 +19,4 @@
EXPIRE_10_MIN = "10M" #:
EXPIRE_1_HOUR = "1H" #:
EXPIRE_1_DAY = "1D" #:
EXPIRE_1_MONTH = "1M" #:
EXPIRE_1_MONTH = "1M" #: