SIENTIAPDE-1318
Update app.py to add a comment for clarity in the main asynchronous function
This commit is contained in:
@@ -14,7 +14,7 @@ exit_signal = Event()
|
||||
POD_ID = os.getenv('HOSTNAME', 'localhost')
|
||||
|
||||
|
||||
async def main():
|
||||
async def main(): # NOSONAR
|
||||
"""
|
||||
Main asynchronous function that orchestrates the OPC Ingestor application.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user