kopia lustrzana https://github.com/bugout-dev/moonstream
Fix function name.
rodzic
75b75f9a1e
commit
ae4d04a61c
|
@ -4,7 +4,7 @@ Moonstream CLI
|
|||
import argparse
|
||||
from typing import Optional
|
||||
|
||||
from . import subscription_types
|
||||
from . import subscription_types, subscriptions
|
||||
from ..settings import (
|
||||
BUGOUT_BROOD_URL,
|
||||
BUGOUT_SPIRE_URL,
|
||||
|
@ -247,7 +247,7 @@ This CLI is configured to work with the following API URLs:
|
|||
help="Droped json fields",
|
||||
)
|
||||
parser_subscription_migrate.set_defaults(
|
||||
func=subscription_types.cli_create_subscription_type
|
||||
func=subscriptions.cli_migrate_subscriptions
|
||||
)
|
||||
|
||||
args = parser.parse_args()
|
||||
|
|
Ładowanie…
Reference in New Issue