remove prompt

This commit is contained in:
guidotheelen 2020-05-06 14:51:12 +02:00
parent 11ca2d941d
commit 28754f5b85

View file

@ -40,9 +40,6 @@ def main(folder_name="", reporting=False):
# Create a token.pickle file to store the users session
service = get_service()
if folder_name == "":
folder_name = input("Please enter the name of your drive folder: ")
# Get the folder instance
folder_id = get_folder_id(service, folder_name)