removed useless function

This commit is contained in:
danis
2023-09-25 17:17:05 +02:00
parent f4d75eef73
commit 845c473ed5

View File

@@ -61,12 +61,6 @@ def populateFile(path, midi, mxl):
})
print(res.json())
def addLenghtToIni(path):
mid = MidiFile(file)
lenght = round((mid.length), 2)
print(f"song file: {file} lenght: {lenght}")
def main():
global url
if url == None: