diff --git a/paste.py b/paste.py index 360a494..ac9bddc 100755 --- a/paste.py +++ b/paste.py @@ -10,8 +10,8 @@ pasteDir = Path("pastes") nameLength = 10 useSpecialChars = False allowListing = False -hostedURL = "paste.benjamyn.love/" -method = "https://" # https:// or http:// +hostedURL = "PREURL" +method = "PREPROTO" # https:// or http:// letters = string.ascii_letters if useSpecialChars: diff --git a/templates/post.html b/templates/post.html index c672fb3..714b90f 100644 --- a/templates/post.html +++ b/templates/post.html @@ -13,7 +13,7 @@