mirror of
https://github.com/baiqwerdvd/ArknightsUID.git
synced 2025-05-04 19:17:33 +08:00
fix import error
This commit is contained in:
parent
035c48ca81
commit
bc308ba716
@ -5,8 +5,9 @@ from typing import List
|
||||
|
||||
from msgspec import convert
|
||||
from msgspec import json as msgjson
|
||||
from service.gachaLogic import GachaService
|
||||
from service.models import (
|
||||
|
||||
from .service.gachaLogic import GachaService
|
||||
from .service.models import (
|
||||
GachaDetailTable,
|
||||
GachaPoolClientData,
|
||||
GachaTable,
|
||||
@ -115,8 +116,3 @@ async def testTenAdvancedGacha(
|
||||
char_get.append(bundle.id_)
|
||||
state.history.append(f"{bundle.id_}&{bundle.rarity}&{now}") # &{charGet.isNew}")
|
||||
return char_get
|
||||
|
||||
|
||||
import asyncio
|
||||
|
||||
asyncio.run(gacha("100000000"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user