removed useless function
This commit is contained in:
@@ -61,12 +61,6 @@ def populateFile(path, midi, mxl):
|
|||||||
})
|
})
|
||||||
print(res.json())
|
print(res.json())
|
||||||
|
|
||||||
def addLenghtToIni(path):
|
|
||||||
mid = MidiFile(file)
|
|
||||||
lenght = round((mid.length), 2)
|
|
||||||
print(f"song file: {file} lenght: {lenght}")
|
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
global url
|
global url
|
||||||
if url == None:
|
if url == None:
|
||||||
|
|||||||
Reference in New Issue
Block a user