Skip to content
Snippets Groups Projects

[fix] #278: changing regex for PubSec authfile authentication

Merged [fix] #278: changing regex for PubSec authfile authentication
All threads resolved!
Merged matograine requested to merge 273_pubsec into dev
All threads resolved!
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
+ 3
1
@@ -16,13 +16,15 @@ along with Silkaj. If not, see <https://www.gnu.org/licenses/>.
"""
import re
from silkaj.tools import message_exit
from click import command, option, pass_context, confirm
from getpass import getpass
from pathlib import Path
from duniterpy.key import SigningKey
from duniterpy.key.scrypt_params import ScryptParams
from silkaj.tools import message_exit
@pass_context
def auth_method(ctx):
Loading