Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Experimental Physics
Quantum Circuits
python-repo
Commits
ba06375d
Commit
ba06375d
authored
Aug 07, 2020
by
Christian Schneider
Browse files
Bugfix and compatibility to previous version
parent
c6c0fda1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
SensorReader.py
SensorReader.py
+1
-1
No files found.
SensorReader.py
View file @
ba06375d
...
...
@@ -2,7 +2,7 @@ import urllib.request, json
class
SensorReader
(
object
):
def
__init__
(
self
,
CryoID
,
BaseSensor
=
'T_MC_RuOx'
):
def
__init__
(
self
,
CryoID
,
BaseSensor
=
'T_MC_RuOx'
,
*
args
,
**
kwargs
):
"""Class to read out current cryostat state. Requires connection to
internet.
"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment