mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-02 01:39:29 +01:00
# Removed slash from ajax.php
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user