mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-22 15:05:38 +00:00
Fix another minor spelling mistake
This commit is contained in:
parent
317a29db75
commit
1462e0a36a
|
@ -27,7 +27,7 @@ def get_disabled_ids(bot) -> dict[str, dict[str, Union[str, dict[str, str]]]]:
|
|||
if "app_id" in disabled_ids.keys():
|
||||
old_disabled_ids = disabled_ids.copy()
|
||||
disabled_ids = {}
|
||||
for key in disabled_ids["app_id"].values():
|
||||
for key in old_disabled_ids["app_id"].values():
|
||||
disabled_ids[key.lower()] = {
|
||||
"app_id": "",
|
||||
"build_id": "",
|
||||
|
|
Loading…
Reference in a new issue