Startet på lesing av mtr

This commit is contained in:
2022-03-17 21:57:10 +01:00
parent 0f0fd6ebf2
commit 16a29f7e5d
5 changed files with 567 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
#!/usr/bin/env python
import otime
import mtr_log_extractor as mle
import json
import asyncio
from difflib import Differ
@@ -81,5 +82,7 @@ async def main():
db_file_u = None
if __name__ == "__main__":
print(dir(mle))
print('🤔')
start()
asyncio.run(main())