kopia lustrzana https://github.com/bellingcat/auto-archiver
fix cases of single : vs :: in entrypoint
rodzic
e6594ad3dc
commit
6fdd5f0e66
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "Auto-Archiver API Database",
|
"name": "Auto-Archiver API Database",
|
||||||
"type": ["database"],
|
"type": ["database"],
|
||||||
"entry_point": "api_db:AAApiDb",
|
"entry_point": "api_db::AAApiDb",
|
||||||
"requires_setup": True,
|
"requires_setup": True,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"python": ["requests", "loguru"],
|
"python": ["requests", "loguru"],
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "Atlos Database",
|
"name": "Atlos Database",
|
||||||
"type": ["database"],
|
"type": ["database"],
|
||||||
"entry_point": "atlos_db:AtlosDb",
|
"entry_point": "atlos_db::AtlosDb",
|
||||||
"requires_setup": True,
|
"requires_setup": True,
|
||||||
"dependencies":
|
"dependencies":
|
||||||
{"python": ["loguru",
|
{"python": ["loguru",
|
||||||
|
|
Ładowanie…
Reference in New Issue