remove ?all=1
This commit is contained in:
parent
4919b7d2cb
commit
617c810f93
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class Command(BaseCommand):
|
||||||
help = 'import from hub'
|
help = 'import from hub'
|
||||||
|
|
||||||
def handle(self, *args, **options):
|
def handle(self, *args, **options):
|
||||||
r = requests.get(settings.HUB_API_BASE+"/integration/c3nav?all=1",
|
r = requests.get(settings.HUB_API_BASE+"/integration/c3nav",
|
||||||
headers={"Authorization": "Token "+settings.HUB_API_SECRET})
|
headers={"Authorization": "Token "+settings.HUB_API_SECRET})
|
||||||
r.raise_for_status()
|
r.raise_for_status()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue