Spaces:
Runtime error
Runtime error
kevinlu1248
commited on
Commit
·
7419b23
1
Parent(s):
a65612d
Final brush up
Browse files
app.py
CHANGED
@@ -137,7 +137,7 @@ examples_dict = {
|
|
137 |
"Go: Infisical's CLI's config manager": ("https://raw.githubusercontent.com/Infisical/infisical/de7bd27b4b48847c9ca7cd12d208225b06f170fe/cli/packages/util/config.go", "go")
|
138 |
}
|
139 |
|
140 |
-
default_key = "Python: GiHub Actions log handler"
|
141 |
default_url, default_language = examples_dict[default_key]
|
142 |
default_code = requests.get(default_url).text
|
143 |
|
|
|
137 |
"Go: Infisical's CLI's config manager": ("https://raw.githubusercontent.com/Infisical/infisical/de7bd27b4b48847c9ca7cd12d208225b06f170fe/cli/packages/util/config.go", "go")
|
138 |
}
|
139 |
|
140 |
+
default_key = "Python: Sweep's GiHub Actions log handler"
|
141 |
default_url, default_language = examples_dict[default_key]
|
142 |
default_code = requests.get(default_url).text
|
143 |
|