Commit 7ebad54
fix: add region tag, move code around for docs (GoogleCloudPlatform#9952)
* fix: add region tag, move code around for docs
pair with @nicain; this is not typical usage of if __name__ == .. but
to make sure documentation and intent of the sample for atlas this
should work.
Co-authored-by: Nick Cain <nicholascain@google.com>
* Fix: linting Update main.py
I deleted one too many empty lines.
* fix: change debug to False
* fix: remove old region tag that is no longer used
* fix: standardize on server
remote region tag server_setup
* fix: bring back region tag
process for changing the name for a region tag is to add the second one, update docs, then remove the old tag. So this requires both region tags currently.
Second, remove the if statement. Even if this is not matching the intent of the other samples, this is the preferred method from @engelke
* fix: remove os as no longer using it
---------
Co-authored-by: Nick Cain <nicholascain@google.com>1 parent 4c384df commit 7ebad54
1 file changed
Lines changed: 3 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
24 | | - | |
| 23 | + | |
25 | 24 | | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
0 commit comments