From b1ea1b30147c9ba191dd6a230174b475a7d943b3 Mon Sep 17 00:00:00 2001 From: travisdanderson <57015907+travisdanderson@users.noreply.github.com> Date: Fri, 25 Oct 2019 11:46:06 -0700 Subject: [PATCH] Update azure_configs.py --- azure_configs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure_configs.py b/azure_configs.py index 4d9d816..e98d41b 100644 --- a/azure_configs.py +++ b/azure_configs.py @@ -2,6 +2,6 @@ fs = azure.storage.file.fileservice.FileService( account_name='sensitivedata', - sas_token=) + sas_token='?sv=2018-03-28&ss=f&srt=sco&sp=rl&se=2022-03-29T03:16:58Z&st=2019-03-28T19:16:58Z&spr=https&sig=SHtj6MONQN%2FHz%2BIDxx%2BWaB3NrgUYSbPD8b3cY3lhFIo%3D')) fs.get_file_to_path('secrets', None, 'config.txt', 'config')