droplets: Update snapshot id.

This commit is contained in:
Vishnu Ks 2017-11-30 00:51:24 +05:30 committed by Tim Abbott
parent c2cd76b69e
commit 5279ac4601
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ if __name__ == '__main__':
# Broken in two to satisfy linter (line too long)
# curl -X GET -H "Content-Type: application/json" -u <API_KEY>: "https://api.digitaloc
# ean.com/v2/images?page=5" | grep --color=always base.zulipdev.org
template_id = "29697355"
template_id = "29724416"
# get command line arguments
args = parser.parse_args()