mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-07 06:24:35 +00:00
Fixed maigret-as-a-module start
This commit is contained in:
+2
-2
@@ -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())
|
||||||
|
|||||||
@@ -15102,6 +15102,7 @@
|
|||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
},
|
},
|
||||||
"australianfrequentflyer.com.au": {
|
"australianfrequentflyer.com.au": {
|
||||||
|
"disabled": true,
|
||||||
"tags": [
|
"tags": [
|
||||||
"au"
|
"au"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user