Merge pull request #107 from soxoj/main-module-bugfix

Fixed maigret-as-a-module start
This commit is contained in:
soxoj
2021-04-06 00:36:45 +03:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ Maigret entrypoint
import asyncio import asyncio
import maigret from .maigret import main
if __name__ == "__main__": if __name__ == "__main__":
asyncio.run(maigret.main()) asyncio.run(main())
+1
View File
@@ -15102,6 +15102,7 @@
"usernameUnclaimed": "noonewouldeverusethis7" "usernameUnclaimed": "noonewouldeverusethis7"
}, },
"australianfrequentflyer.com.au": { "australianfrequentflyer.com.au": {
"disabled": true,
"tags": [ "tags": [
"au" "au"
], ],