diff options
-rw-r--r-- | modules/tracking.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tracking.py b/modules/tracking.py index 08af651..4578a3f 100644 --- a/modules/tracking.py +++ b/modules/tracking.py @@ -322,7 +322,7 @@ class Module: # assume several packets within the same consignment was added as a consignment session.rollback() removed = True - self.irc.msg(target, '%s: \002%s\002 conflicts with another consignment' % (target, code)) + self.irc.msg(target, '%s: \002%s\002 conflicts with another consignment' % (target, data[0])) break package = session.query(Package).filter(and_(Package.consignment_id == consignment.id, Package.code == data[0])).one() |