From 56048c6a2c7e628b976056da2f86e7ed39207ece Mon Sep 17 00:00:00 2001 From: Lane Campbell Date: Mon, 23 Mar 2020 16:24:57 -0400 Subject: [PATCH] appending note to download path --- cloudlink.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cloudlink.py b/cloudlink.py index d379912..c644042 100644 --- a/cloudlink.py +++ b/cloudlink.py @@ -15,6 +15,7 @@ headers = { 'application/json', } +# Put your own download path here, I used an external hard drive so mine will differ from yours PATH = '/Volumes/Ext3/Zoom/' -- 2.34.1