summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xfb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fb.py b/fb.py
index 5e6611d..b5b2f6d 100755
--- a/fb.py
+++ b/fb.py
@@ -161,7 +161,7 @@ class CURLWrapper:
return self.perform()
def send_get_simple(self, url):
- self.curl.setopt(pycurl.URL, self.config["pastebin"] + url)
+ self.curl.setopt(pycurl.URL, self.config["pastebin"] + "/" + url)
return self.perform_simple()
def send_post_progress(self, url, data = []):