File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -403,7 +403,7 @@ def Command(self, req):
403403
404404 def GetUserAgent (self ):
405405 """Return the User Agent String for the host for debug purposes.
406-
406+
407407 Returns:
408408 dict: A dictionary containing user agent information including OS details
409409 and any application-specific user agent information.
@@ -414,24 +414,24 @@ def GetUserAgent(self):
414414
415415 def SetAppUserAgent (self , app_user_agent ):
416416 """Set the User Agent info for the app.
417-
417+
418418 Args:
419- app_user_agent (dict): Dictionary containing application-specific
419+ app_user_agent (dict): Dictionary containing application-specific
420420 user agent information.
421421 """
422422 self ._user_agent_app = app_user_agent
423423
424424 def UserAgentSent (self ):
425425 """Return true if the User Agent has been sent to the Notecard.
426-
426+
427427 Returns:
428428 bool: True if the User Agent has been sent to the Notecard, False otherwise.
429429 """
430430 return self ._user_agent_sent
431431
432432 def SetTransactionPins (self , rtx_pin , ctx_pin ):
433433 """Set the pins used for RTX and CTX.
434-
434+
435435 Args:
436436 rtx_pin: The pin to use for Ready To Transact (RTX) signaling.
437437 ctx_pin: The pin to use for Clear To Transact (CTX) signaling.
You can’t perform that action at this time.
0 commit comments