forked from CGM_Public/pretix_original
Removed CleanerVersion layer [backwards-incompatible!]
This commit is contained in:
@@ -12,7 +12,7 @@ def hbci_transactions(event, conf):
|
||||
|
||||
log = []
|
||||
data = []
|
||||
accname = event.identity + '_' + str(int(time.time()))
|
||||
accname = event.id + '_' + str(int(time.time()))
|
||||
try:
|
||||
try:
|
||||
subprocess.call([
|
||||
|
||||
Reference in New Issue
Block a user