mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 14:31:16 +00:00
4 lines
121 B
Python
4 lines
121 B
Python
|
def convert_daily(value):
|
||
|
if value == "Calyx_Crimson_Hunt":
|
||
|
value = "Calyx_Crimson_The_Hunt"
|
||
|
return value
|