Skip to content

Commit 696aa57

Browse files
PA-757 Removes spikey code. by Piotr and Filip
1 parent 22e66b4 commit 696aa57

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pythonanywhere_core/website.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ def create(self, domain_name: str, command: str) -> dict:
4040
"webapp": {"command": command}
4141
}
4242
)
43-
if not response.ok:
44-
raise PythonAnywhereApiException(f"POST to create webapp via API failed, got {response}:{response.text}")
4543
return response.json()
4644

4745
def get(self, domain_name: str) -> dict:

0 commit comments

Comments
 (0)