Skip to content

Commit 49354f5

Browse files
fix typo
1 parent cedd066 commit 49354f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/service/rabbitmq/consumer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ def __callback(self, body):
4141
id_user=body["id_user"])
4242
session.add(dp)
4343
session.commit()
44-
logging.info('action: resgitro agregado a la base de datos|'
44+
logging.info('action: registro agregado a la base de datos|'
4545
f"device_plant: {dp}")

0 commit comments

Comments
 (0)