Skip to content

Commit

Permalink
Fix pastebin uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
Magi1053 authored Jan 23, 2022
1 parent 291f62a commit 288da94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public void run() {
InputStream in = null;

try {
URL url = new URL("http://pastebin.com/api/api_post.php");
URL url = new URL("https://pastebin.com/api/api_post.php");
conn = (HttpURLConnection) url.openConnection();
conn.setConnectTimeout(CONNECT_TIMEOUT);
conn.setReadTimeout(READ_TIMEOUT);
Expand Down

0 comments on commit 288da94

Please sign in to comment.