We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97fee7e commit ebca962Copy full SHA for ebca962
jumpstart/Client.py
@@ -37,7 +37,7 @@ def loop(self, cbs):
37
if cmd == Command.stop:
38
cbs.stop(body["component"], self)
39
except json.JSONDecodeError:
40
- self.respone(Status.error("Invalid JSON"))
+ self.respond(Status.error("Invalid JSON"))
41
except Exception as e:
42
self.respond(Status.error(str(e)))
43
console.exception("Exception while handling request: " + line)
setup.py
@@ -38,7 +38,7 @@
"flask_graphql",
"wheel",
"sendgrid",
- "textual>=0.73.0"
+ "textual>=0.73.0",
"alembic==1.8.1", # 1.8.1
"coloredlogs==15.0", # 15.0.1
44
"Beaker==1.11.0", # 1.11.0
0 commit comments