Skip to content

Commit bad2e1c

Browse files
Garbage collect root password after use
1 parent 2f306de commit bad2e1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nordpy.py

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def main():
1616

1717
import bin.root
1818
bin.root.get_root_permissions(password_inserted)
19+
del password_inserted
1920

2021
from bin.gui import gui
2122
app = gui()

0 commit comments

Comments
 (0)