changed python version in pipfile, removed newlines in script

This commit is contained in:
nameless 2023-06-07 16:40:51 -04:00
parent 82b44ad85f
commit 029cd01461
3 changed files with 3 additions and 5 deletions

View File

@ -10,7 +10,7 @@ rich = "==13.3.5"
[dev-packages] [dev-packages]
[requires] [requires]
python_version = "3.6" python_version = "3"
[scripts] [scripts]
watchdog = "python watchdog.py" watchdog = "python watchdog.py"

4
Pipfile.lock generated
View File

@ -1,11 +1,11 @@
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "91bdb57b9acbc0e979177849dc679f2b444f853910f447fa9f64d770ff0da8f0" "sha256": "fc5860fc448d9a23af5efb797e7355c79f4f6a0681ca84ea72e8cf3d3c19dedf"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": { "requires": {
"python_version": "3.6" "python_version": "3"
}, },
"sources": [ "sources": [
{ {

View File

@ -10,8 +10,6 @@ from rich.console import Console
from rich import inspect from rich import inspect
from datetime import datetime, timezone from datetime import datetime, timezone
token = getenv("TOKEN")
application_id = getenv("APPLICATION_ID") application_id = getenv("APPLICATION_ID")
# Console object for rich text content # Console object for rich text content