File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
anms-core/anms/routes/ARIs Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,6 @@ async def report_def_by_id(agent_id: int):
124124 enc .encode (rpt .source , buf )
125125 out_text = buf .getvalue ()
126126 ari_val = out_text
127- # ari_val= nn_func(ari_val)
128127 # TODO look at better way to handle storing nonce with null
129128 addition = {'exec_set' : ari_val ,'nonce_cbor' :str (nonce_cbor )}
130129 if addition not in final_res :
@@ -141,7 +140,6 @@ async def report_def_by_id(agent_id: int):
141140# handling if nonce_cbor is null
142141@router .get ("/entries/table/{agent_id}/{nonce_cbor}" , status_code = status .HTTP_200_OK )
143142async def report_ac (agent_id : int , nonce_cbor : str ) -> dict :
144- processed_none = False
145143 ari = None
146144 dec = ace .ari_cbor .Decoder ()
147145 enc = ace .ari_text .Encoder ()
You can’t perform that action at this time.
0 commit comments