diff --git a/pastebin_python/pastebin_constants.py b/pastebin_python/pastebin_constants.py index afdc34d..b47e511 100644 --- a/pastebin_python/pastebin_constants.py +++ b/pastebin_python/pastebin_constants.py @@ -5,7 +5,7 @@ .. moduleauthor:: Ferdinand Silva """ -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 @@ -19,4 +19,4 @@ EXPIRE_10_MIN = "10M" #: EXPIRE_1_HOUR = "1H" #: EXPIRE_1_DAY = "1D" #: -EXPIRE_1_MONTH = "1M" #: \ No newline at end of file +EXPIRE_1_MONTH = "1M" #: