From 427047b94a79ead98baf739c68d86969e204892b Mon Sep 17 00:00:00 2001 From: benjamyn Date: Wed, 20 Feb 2019 22:08:34 +1100 Subject: [PATCH] Made it better for my install script --- paste.py | 4 ++-- templates/post.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 @@

PasteBen

-
+