mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-07-01 14:18:36 +03:00
fix cases of single : vs :: in entrypoint
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Atlos Database",
|
||||
"type": ["database"],
|
||||
"entry_point": "atlos_db:AtlosDb",
|
||||
"entry_point": "atlos_db::AtlosDb",
|
||||
"requires_setup": True,
|
||||
"dependencies":
|
||||
{"python": ["loguru",
|
||||
|
||||
Reference in New Issue
Block a user