From 2cf068ffa3d0ea3d6ae6ce059c34ebe43b78658e Mon Sep 17 00:00:00 2001 From: Junko Date: Tue, 28 Nov 2023 08:13:31 +0100 Subject: [PATCH] clarify python script is updatepfp.py in conf --- config.example.json | 4 ++-- src/main.rs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.example.json b/config.example.json index c82c6b2..5c5949f 100644 --- a/config.example.json +++ b/config.example.json @@ -9,7 +9,7 @@ "disc_module": { "enabled": false, "token": "// Discord user token", - "python_path": "// Path of the python executable", - "script_path": "// Path of the pfp changer python script" + "python_path": "// Path to the python executable", + "script_path": "// Path to updatepfp.py" } } diff --git a/src/main.rs b/src/main.rs index a381aad..712fa47 100644 --- a/src/main.rs +++ b/src/main.rs @@ -75,8 +75,8 @@ const EXAMPLE_JSON: &str = r#"{ "disc_module": { "enabled": false, "token": "// Discord user token", - "python_path": "// Path of the python executable", - "script_path": "// Path of the pfp changer python script" + "python_path": "// Path to the python executable", + "script_path": "// Path to updatepfp.py" } }"#;