Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
silkaj
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
python
silkaj
Merge requests
!97
#7
: Migrate to DuniterPy
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
#7
: Migrate to DuniterPy
duniterpy
into
dev
Overview
0
Commits
33
Pipelines
0
Changes
16
Merged
Moul
requested to merge
duniterpy
into
dev
6 years ago
Overview
0
Commits
33
Pipelines
0
Changes
16
Expand
Cf
#7 (closed)
Edited
6 years ago
by
Moul
0
0
Merge request reports
Compare
dev
version 2
61427272
6 years ago
version 1
a8da1a92
6 years ago
dev (base)
and
latest version
latest version
3277eb11
33 commits,
6 years ago
version 2
61427272
34 commits,
6 years ago
version 1
a8da1a92
33 commits,
6 years ago
16 files
+
604
−
609
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
16
Search (e.g. *.vue) (Ctrl+P)
bin/silkaj
+
2
−
7
Options
@@ -17,14 +17,9 @@ You should have received a copy of the GNU Affero General Public License
along with Silkaj. If not, see <https://www.gnu.org/licenses/>.
"""
from
sy
s
import
exit
from
a
sy
ncio
import
get_event_loop
from
silkaj.network_tools
import
check_port
,
best_node
,
EndPoint
from
silkaj.cli_tools
import
manage_cmd
if
__name__
==
"
__main__
"
:
ep
=
EndPoint
().
ep
if
not
check_port
(
ep
[
"
port
"
]):
exit
(
1
)
best_node
(
ep
,
True
)
manage_cmd
()
get_event_loop
().
run_until_complete
(
manage_cmd
())
Loading