mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-21 00:05:35 +02:00
Test of test automation for nest nest_functions
This commit is contained in:
@@ -19,7 +19,7 @@ async def nested_set(dic, keys, value, matchConditions=None):
|
||||
break
|
||||
i += 1
|
||||
dic[keys[-1]] = value
|
||||
|
||||
|
||||
|
||||
async def add_keys_nested_dict(d, keys, defaultValue = None):
|
||||
# Creates a nested value if key does not exist
|
||||
|
||||
Reference in New Issue
Block a user