fix rebase 4 time

This commit is contained in:
Cayo Puigdefabregas 2024-12-12 20:09:25 +01:00
parent d18d9e1529
commit 30e1539753

View file

@ -511,6 +511,8 @@ def main():
if url_wallet and wb_sign_token: if url_wallet and wb_sign_token:
snapshot = send_to_sign_credential(snapshot, wb_sign_token, url_wallet) snapshot = send_to_sign_credential(snapshot, wb_sign_token, url_wallet)
else:
snapshot = json.dumps(snapshot)
save_snapshot_in_disk(snapshot, config['path'], snap_uuid) save_snapshot_in_disk(snapshot, config['path'], snap_uuid)