mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-06 22:19:01 +00:00
Fixed maigret-as-a-module start
This commit is contained in:
+2
-2
@@ -6,7 +6,7 @@ Maigret entrypoint
|
||||
|
||||
import asyncio
|
||||
|
||||
import maigret
|
||||
from .maigret import main
|
||||
|
||||
if __name__ == "__main__":
|
||||
asyncio.run(maigret.main())
|
||||
asyncio.run(main())
|
||||
|
||||
@@ -15102,6 +15102,7 @@
|
||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"australianfrequentflyer.com.au": {
|
||||
"disabled": true,
|
||||
"tags": [
|
||||
"au"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user