From a5990eb39c0311de84f2626d900930802ea1bad2 Mon Sep 17 00:00:00 2001 From: kuba Date: Sat, 24 Aug 2024 19:03:51 +0200 Subject: [PATCH] Squashed commit of the following: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit commit a694bb91bb170055ffafb8d81496865863876e6e Merge: e4e32014 cefef14b Author: kuba Date: Sat Aug 24 19:01:45 2024 +0200 Merge branch 'dev' commit e4e3201457d6c68620bc208633973f8d3cd2179e Author: kuba Date: Sat Aug 24 18:42:54 2024 +0200 v4.2.6 (#2141) update min python version for tests update docs Co-Authored-By: kuba Co-Authored-By: Jayden <23619946+Silverarmor@users.noreply.github.com> Co-Authored-By: Robert Schütz Co-Authored-By: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-Authored-By: Alexis Raphaeloff Co-Authored-By: Randy Blancett Co-Authored-By: darcy Co-Authored-By: Karan Bheda Co-Authored-By: Jeremy Cutler Co-Authored-By: Soiu Cristian-Ionuț <58639803+xKristee29@users.noreply.github.com> Co-Authored-By: Peter S <72932714+zigzag1001@users.noreply.github.com> Co-Authored-By: Alan <96998756+j3bx@users.noreply.github.com> --- docs/usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage.md b/docs/usage.md index 577781eac..9d05b80b3 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -260,8 +260,8 @@ If you don't want config to load automatically change `load_config` option in co ```json { - "client_id": "5f573c9620494bae87890c0f08a60293", - "client_secret": "212476d9b0f3472eaa762d90b19b0ba8", + "client_id": "f8a606e5583643beaa27ce62c48e3fc1", + "client_secret": "f6f4c8f73f0649939286cf417c811607", "auth_token": null, "user_auth": false, "headless": false,