Skip to content

Commit 53bba30

Browse files
authored
Update egg-python-chatbot.json
1 parent cd400d3 commit 53bba30

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

egg-python-chatbot.json

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,21 @@
44
"version": "PTDL_v2",
55
"update_url": null
66
},
7-
"exported_at": "2023-06-06T20:07:06-07:00",
7+
"exported_at": "2023-11-06T17:15:55-08:00",
88
"name": "Python Chatbot",
99
"author": "[email protected]",
1010
"description": null,
1111
"features": null,
1212
"docker_images": {
13-
"Python 3.11": "ghcr.io\/parkervcp\/yolks:python_3.11",
14-
"Python 3.10": "ghcr.io\/parkervcp\/yolks:python_3.10",
15-
"Python 3.9": "ghcr.io\/parkervcp\/yolks:python_3.9",
16-
"Python 3.8": "ghcr.io\/parkervcp\/yolks:python_3.8",
17-
"Python 3.7": "ghcr.io\/parkervcp\/yolks:python_3.7",
18-
"Python 2.7": "ghcr.io\/parkervcp\/yolks:python_2.7"
13+
"ghcr.io\/loki-101\/yolks:pypy_3.10": "ghcr.io\/loki-101\/yolks:pypy_3.10"
1914
},
2015
"file_denylist": [],
21-
"startup": "if [[ ! -z \"{{PY_PACKAGES}}\" ]]; then pip install -U --prefix .local {{PY_PACKAGES}}; fi; if [[ -f \/home\/container\/${REQUIREMENTS_FILE} ]]; then pip install -U --prefix .local -r ${REQUIREMENTS_FILE}; fi; \/usr\/local\/bin\/python \/home\/container\/{{PY_FILE}}",
16+
"startup": "if [[ -d .git ]] && [[ \"0\" == \"1\" ]]; then git pull; fi; if [[ ! -z \"\" ]]; then \/opt\/pypy\/bin\/pip install -U --prefix .local ; fi; if [[ -f \/home\/container\/${REQUIREMENTS_FILE} ]]; then \/opt\/pypy\/bin\/pip install -U --prefix .local -r ${REQUIREMENTS_FILE}; fi; \/opt\/pypy\/bin\/pypy \/home\/container\/app.py",
2217
"config": {
2318
"files": "{}",
2419
"startup": "{\r\n \"done\": \"Bot Name\"\r\n}",
2520
"logs": "{}",
26-
"stop": "^^C"
21+
"stop": "^C"
2722
},
2823
"scripts": {
2924
"installation": {
@@ -35,7 +30,7 @@
3530
"variables": [
3631
{
3732
"name": "App py file",
38-
"description": "The file that starts the App.",
33+
"description": "The file that starts the app.",
3934
"env_variable": "PY_FILE",
4035
"default_value": "app.py",
4136
"user_viewable": true,

0 commit comments

Comments
 (0)