diff --git a/Pipfile b/Pipfile index 9472110..6108ef8 100644 --- a/Pipfile +++ b/Pipfile @@ -10,7 +10,7 @@ rich = "==13.3.5" [dev-packages] [requires] -python_version = "3.6" +python_version = "3" [scripts] watchdog = "python watchdog.py" diff --git a/Pipfile.lock b/Pipfile.lock index aa81bfe..6ce9c7d 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,11 +1,11 @@ { "_meta": { "hash": { - "sha256": "91bdb57b9acbc0e979177849dc679f2b444f853910f447fa9f64d770ff0da8f0" + "sha256": "fc5860fc448d9a23af5efb797e7355c79f4f6a0681ca84ea72e8cf3d3c19dedf" }, "pipfile-spec": 6, "requires": { - "python_version": "3.6" + "python_version": "3" }, "sources": [ { diff --git a/watchdog.py b/watchdog.py index 473820b..2e7b314 100644 --- a/watchdog.py +++ b/watchdog.py @@ -10,8 +10,6 @@ from rich.console import Console from rich import inspect from datetime import datetime, timezone - -token = getenv("TOKEN") application_id = getenv("APPLICATION_ID") # Console object for rich text content