renamed main to test

This commit is contained in:
2018-08-21 16:48:51 +02:00
parent cfc934bd25
commit c9ef0e5355

8
python-server/test.py Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/python3
import s_input
import sys
if __name__ == "__main__":
path = sys.argv[1]
print("AudioFile: {}".format(path))
print(s_input.analyse_file_by_path(path))