# Removed slash from ajax.php

This commit is contained in:
Denzo
2016-11-29 20:54:20 +01:00
parent b6b33e1b1e
commit 352b009e91

View File

@@ -122,7 +122,7 @@ class GazelleAPI(object):
Pass an action and relevant arguments for that action.
"""
def make_request(action, **kwargs):
ajaxpage = '/ajax.php'
ajaxpage = 'ajax.php'
content = self.unparsed_request(ajaxpage, action, **kwargs)
try:
if not isinstance(content, text_type):