mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 23:55:46 +02:00
Rename script to have alphabetical name ordering
This commit is contained in:
parent
0262d68fc9
commit
65201cd705
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ __all__ = ["main"]
|
|||
|
||||
|
||||
async def main():
|
||||
"""Add debug Ufora courses"""
|
||||
"""Example script: add a Ufora course"""
|
||||
session: AsyncSession
|
||||
async with DBSession() as session:
|
||||
modsim = UforaCourse(
|
||||
|
|
@ -7,7 +7,7 @@ import asyncio
|
|||
import sys
|
||||
from typing import Callable
|
||||
|
||||
from database.scripts.debug_add_courses import main as debug_add_courses
|
||||
from database.scripts.db00_example import main as debug_add_courses
|
||||
|
||||
script_mapping: dict[str, Callable] = {"debug_add_courses.py": debug_add_courses}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue