refactor: remove token from __main__
This commit is contained in:
@@ -144,5 +144,5 @@ if __name__ == "__main__":
|
||||
"pi_email": "marianne.liebi@psi.ch",
|
||||
'log_path' : '~/Data10/documentation/ingestion_logs/'
|
||||
}
|
||||
archiver = csaxs_archiver(start_scan=1, stop_scan=349, token='csEwVQif0tuKZ11YtAMvGY0faEjv9JqxrBa9x3Z5E13oWXAMyaLxKtQrmzbemqj5', **user_input)
|
||||
archiver = csaxs_archiver(start_scan=1, stop_scan=349, token='', **user_input)
|
||||
archiver.run_for_all_scans()
|
||||
|
||||
Reference in New Issue
Block a user