File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ Read full documentation [here](https://nitrictech.github.io/python-sdk/).
2020
2121## Getting Started
2222
23- ### Using the [ Nitric CLI] ( https://github.com/nitric-tech /cli )
23+ ### Using the [ Nitric CLI] ( https://github.com/nitrictech /cli )
2424
2525> nitric is included in all python related projects by default
2626
2727``` bash
28- nitric make: stack
28+ nitric stack new
2929```
3030
3131Then select ` official/Python Stack `
Original file line number Diff line number Diff line change @@ -493,7 +493,7 @@ async def _run(self):
493493 response = _create_internal_error_response (srv_msg .trigger_request )
494494 await request_channel .send (ClientMessage (id = srv_msg .id , trigger_response = response ))
495495 else :
496- print ("unhandled message type {msg_type}, skipping" )
496+ print (f "unhandled message type { msg_type } , skipping" )
497497 continue
498498 if request_channel .done ():
499499 break
Original file line number Diff line number Diff line change @@ -105,8 +105,6 @@ def subscribe(self, func: EventMiddleware):
105105 self .server .event (func )
106106 Nitric ._register_worker (self .server )
107107
108- # return decorator
109-
110108
111109def topic (name : str ) -> Topic :
112110 """
You can’t perform that action at this time.
0 commit comments