refactor: remove token from __main__

This commit is contained in:
2023-09-19 10:36:10 +02:00
parent a543f751b3
commit d1cc075f89

View File

@@ -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()