droplets: Update snapshot id.

This commit is contained in:
Vishnu Ks
2018-05-07 19:37:18 +05:30
committed by Tim Abbott
parent 6317e4d63c
commit d6c5635550

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 = "29724416"
template_id = "34128948"
# get command line arguments
args = parser.parse_args()