Merge pull request #64 from netzbegruenung/enable-screenshot-export

Enable screenshot export
This commit is contained in:
Marian Steinbach 2018-08-28 21:36:03 +02:00 committed by GitHub
commit fea2ce15b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -128,5 +128,5 @@ if __name__ == "__main__":
key_path = sys.argv[1]
client = datastore.Client.from_service_account_json(key_path)
#export_screenshots()
export_screenshots()
export_results()