pxsocs / warden_terminal

WARden with an enhanced Text User Interface for Unix based systems
73 stars 14 forks source link

Hiding portfolio not working #84

Closed AnarchyNow closed 3 years ago

AnarchyNow commented 3 years ago

https://github.com/pxsocs/warden_terminal/blob/a156a6f250f6d03c4f67d1a167b79a0b0c0f1755/data.py#L580 https://github.com/pxsocs/warden_terminal/blob/a156a6f250f6d03c4f67d1a167b79a0b0c0f1755/data.py#L186 should be: if config['MAIN'].getboolean('hide_private_info') is True:

pxsocs commented 3 years ago

Also a nice catch. Been struggling to see why the Tor screen was not showing IP :) Fixed on next version.

AnarchyNow commented 3 years ago

Also a nice catch. Been struggling to see why the Tor screen was not showing IP :) Fixed on next version.

Happy to help!