1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-05-09 14:46:00 +02:00

Main function should be "main()"

This commit is contained in:
2019-07-27 23:09:16 +03:00
parent 7e16968bf2
commit e2bb2d4df9
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
from csv_metadata_quality import app
if __name__ == '__main__':
app.run()
app.main()