Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Scheduling Scripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
xx network
Scheduling Scripts
Commits
93aeb110
Commit
93aeb110
authored
Nov 13, 2021
by
Jake Taylor
Browse files
Options
Downloads
Patches
Plain Diff
fix bug
parent
639cce2d
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
points.py
+1
-1
1 addition, 1 deletion
points.py
scheduling.py
+1
-3
1 addition, 3 deletions
scheduling.py
with
2 additions
and
4 deletions
points.py
+
1
−
1
View file @
93aeb110
...
...
@@ -33,7 +33,7 @@ raw_points_log = ''
#################
def
main
():
global
xxdot_url
,
xxdot_reg
global
xxdot_url
# Process input variables and program arguments
args
=
get_args
()
...
...
This diff is collapsed.
Click to expand it.
scheduling.py
+
1
−
3
View file @
93aeb110
...
...
@@ -23,7 +23,6 @@ from substrateinterface import SubstrateInterface
polling_freq
=
30
# seconds
conn_freq
=
10
# Frequency of attempting reconnects in seconds
xxdot_url
=
""
xxdot_reg
=
""
blurb_prefix
=
'
Blurb
'
# Key mappings
...
...
@@ -39,7 +38,7 @@ ChainConf = namedtuple('ChainConf', 'timeouts_precomputation timeouts_realtime t
#################
def
main
():
global
xxdot_url
,
xxdot_reg
global
xxdot_url
# Process input variables and program arguments
args
=
get_args
()
...
...
@@ -51,7 +50,6 @@ def main():
db_user
=
args
[
'
user
'
]
db_pass
=
args
[
'
pass
'
]
xxdot_url
=
args
[
'
xxdot_url
'
]
xxdot_reg
=
args
[
'
xxdot_reg
'
]
conn
,
auth_conn
,
substrate
=
None
,
None
,
None
try
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment