From a96beb5405f87ad7bad3c8cd3788dbc673f23355 Mon Sep 17 00:00:00 2001
From: Chris Pomeroy <chris.pomeroy@hotmail.com>
Date: Sun, 18 Apr 2021 21:49:29 +0000
Subject: [PATCH] Fixed syntax error in getcorrectkey
---
aaxConvert.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/aaxConvert.py b/aaxConvert.py
index 84e72a6..bed8f47 100755
--- a/aaxConvert.py
+++ b/aaxConvert.py
@@ -161,7 +161,7 @@
if (findalbumbyname(album) == False):
artist = getmetadatatags('artist')
title = getmetadatatags('title')
- act_byte = getcorrectkey(rfile)
+ act_byte = getcorrectkey()
if act_byte == None:
sys.exit("Can't continue with this file {rfile}")
else:
--
Gitblit v1.10.0