Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
radiolab
vlbi_monitor_client
Commits
76d2c711
Commit
76d2c711
authored
Mar 27, 2016
by
Pim Schellart
Browse files
Disable creating (large) backup files of all requests by default.
parent
4a403fce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Python/vlbi.py
View file @
76d2c711
...
...
@@ -22,7 +22,7 @@ class ServerError(Exception):
class
Client
(
object
):
headers
=
{
'content-type'
:
'application/json'
}
def
__init__
(
self
,
server
,
facility
,
username
,
password
,
backup
=
Tru
e
,
backupDir
=
"./backup"
):
def
__init__
(
self
,
server
,
facility
,
username
,
password
,
backup
=
Fals
e
,
backupDir
=
"./backup"
):
self
.
server
=
server
self
.
facility
=
facility
self
.
username
=
username
...
...
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