mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Print effective merged config
Signed-off-by: deveth0 <github@dev-eth0.de>
This commit is contained in:
@ -76,6 +76,8 @@ def load_config(args):
|
|||||||
print("unsupported display type %s" % config['ui']['display']['type'])
|
print("unsupported display type %s" % config['ui']['display']['type'])
|
||||||
exit(1)
|
exit(1)
|
||||||
|
|
||||||
|
print("Effective Configuration:")
|
||||||
|
print(yaml.dump(config, default_flow_style=False))
|
||||||
return config
|
return config
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user