Skip to content

Commit

Permalink
Merge branch 'master' into translate-v3-batch-samples
Browse files Browse the repository at this point in the history
  • Loading branch information
munkhuushmgl authored Feb 27, 2020
2 parents 4a8a65b + 3863c72 commit 741d5fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions appengine/flexible/analytics/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def track_event(category, action, label=None, value=0):
'ea': action, # Event action.
'el': label, # Event label.
'ev': value, # Event value, must be an integer
'ua': 'Opera/9.80 (Windows NT 6.0) Presto/2.12.388 Version/12.14'
}

response = requests.post(
Expand Down
2 changes: 1 addition & 1 deletion appengine/flexible/analytics/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==1.1.1
gunicorn==20.0.4
gunicorn==19.10.0
requests[security]==2.22.0
1 change: 1 addition & 0 deletions dataproc/quickstart/quickstart_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def setup_teardown():
cluster_client.delete_cluster(PROJECT_ID, REGION, CLUSTER_NAME)

blob.delete()
bucket.delete()


def test_quickstart():
Expand Down

0 comments on commit 741d5fa

Please sign in to comment.