fix: typo
This commit is contained in:
parent
6f51b12fe4
commit
7e223f3f3a
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import frappe
|
|||
def frappecloud_migrator(local_site):
|
||||
print("Retreiving Site Migrator...")
|
||||
remote_site = frappe.conf.frappecloud_url or "frappecloud.com"
|
||||
request_url = "http://{}/api/method/press.api.script".format("gavin.frappe.cloud:8000")
|
||||
request_url = "https://{}/api/method/press.api.script".format(remote_site)
|
||||
request = requests.get(request_url)
|
||||
|
||||
if request.status_code / 100 != 2:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue