replaced response json
This commit is contained in:
2
generate
2
generate
@@ -4,7 +4,7 @@ from pathlib import Path
|
|||||||
import json
|
import json
|
||||||
|
|
||||||
|
|
||||||
CARGO_MOMMY_DATA = "https://raw.githubusercontent.com/diamondburned/go-mommy/refs/heads/main/responses.json"
|
CARGO_MOMMY_DATA = "https://raw.githubusercontent.com/Gankra/cargo-mommy/refs/heads/main/responses.json"
|
||||||
MODULE_PATH = Path("python_mommy_venv")
|
MODULE_PATH = Path("python_mommy_venv")
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ serious_logger = logging.getLogger("serious")
|
|||||||
|
|
||||||
PREFIX = "MOMMY"
|
PREFIX = "MOMMY"
|
||||||
|
|
||||||
RESPONSES_URL = "https://raw.githubusercontent.com/diamondburned/go-mommy/refs/heads/main/responses.json"
|
RESPONSES_URL = "https://raw.githubusercontent.com/Gankra/cargo-mommy/refs/heads/main/responses.json"
|
||||||
RESPONSES_FILE = Path(__file__).parent / "responses.json"
|
RESPONSES_FILE = Path(__file__).parent / "responses.json"
|
||||||
ADDITIONAL_ENV_VARS = {
|
ADDITIONAL_ENV_VARS = {
|
||||||
"pronoun": "PRONOUNS",
|
"pronoun": "PRONOUNS",
|
||||||
|
|||||||
Reference in New Issue
Block a user