Fixed TypeError in HBCI import

This commit is contained in:
Raphael Michel
2016-06-07 09:27:02 +02:00
parent fd2c293521
commit f9418b6475

View File

@@ -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([