mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
app broken up into individual files/modules
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
import bcrypt # pip install bcrypt
|
||||
import getpass
|
||||
|
||||
import bcrypt # pip install bcrypt
|
||||
|
||||
password1 = getpass.getpass()
|
||||
|
||||
print('Repeat the same password:')
|
||||
|
||||
Reference in New Issue
Block a user