Skip to content

Commit

Permalink
Add extended_permission_toggling = True for autoconfig.py creation of…
Browse files Browse the repository at this point in the history
… a device entry
  • Loading branch information
Grennith committed Oct 8, 2023
1 parent 2a07e6d commit 1a55a6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mapadroid/utils/autoconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ async def origin_generator(session: AsyncSession,
device.walker_id = walker.walker_id
device.name = origin
device.instance_id = instance_id
device.extended_permission_toggling = True
session.add(device)
return device

Expand Down

0 comments on commit 1a55a6d

Please sign in to comment.