Merge branch 'master' of github.com:papiche/Astroport.ONE

This commit is contained in:
fred 2024-03-01 11:58:29 +01:00
commit c99d25ce36
2 changed files with 10 additions and 2 deletions

View File

@ -0,0 +1,9 @@
me
---
OS: Fedora Workstation 39 x86_64
Connaissances techniques: Python, Bash, Docker, SQL, MongoDB, Power BI
Activité pro: Data analyst
Objectif souhaité: Utiliser la technologie blockchain dans un point de vue Data engineering

View File

@ -42,7 +42,6 @@ import os
import re
import struct
import sys
import time
import warnings
__version__='0.0.5'
@ -610,7 +609,7 @@ class keygen:
try:
self.ed25519_seed_bytes_from_duniterpy()
self.ed25519_from_seed_bytes()
except:
except Exception as e:
log.error(f'Unable to get ed25519 from duniterpy: {e}')
self._cleanup()
exit(2)