fix text error

This commit is contained in:
Cayo Puigdefabregas 2022-10-24 17:58:25 +02:00
parent b73526768b
commit 4fa4a4c553
1 changed files with 2 additions and 1 deletions

View File

@ -35,10 +35,11 @@ DEVICES_ALLOW_DUPLICITY = [
err_motherboard = "Error: We have detected that a there is a device"
err_motherboard += " in your inventory with this system UUID. "
err_motherboard += "We proceed to block this snapshot to prevent its"
err_motherboard += " its information from being updated incorrectly."
err_motherboard += " information from being updated incorrectly."
err_motherboard += " The solution we offer you to inventory this device "
err_motherboard += "is to do it by creating a placeholder."
class Sync:
"""Synchronizes the device and components with the database."""