From f9418b6475ab107036b3a2640f8af77a5fe952bf Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 7 Jun 2016 09:27:02 +0200 Subject: [PATCH] Fixed TypeError in HBCI import --- src/pretix/plugins/banktransfer/hbci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/plugins/banktransfer/hbci.py b/src/pretix/plugins/banktransfer/hbci.py index e0925e863..e4fe6ef28 100644 --- a/src/pretix/plugins/banktransfer/hbci.py +++ b/src/pretix/plugins/banktransfer/hbci.py @@ -14,7 +14,7 @@ def hbci_transactions(event, conf): log = [] data = [] - accname = event.id + '_' + str(int(time.time())) + accname = 'pretix_%d_%d' % (event.id, int(time.time() * 1000)) try: try: subprocess.call([