分配 分区
This commit is contained in:
parent
cf8015f805
commit
3dd0f232be
@ -12,7 +12,7 @@ router = APIRouter()
|
|||||||
|
|
||||||
def dest_partition(s: str) -> int:
|
def dest_partition(s: str) -> int:
|
||||||
try:
|
try:
|
||||||
return int(s[-8:], 16) % 16
|
return int(s[-18:], 16) % 16
|
||||||
except:
|
except:
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user