From c9b5a9fe0409145ed6ba5ce9d12b57af9953cf32 Mon Sep 17 00:00:00 2001 From: Bryan Gerlach Date: Tue, 12 Nov 2024 20:43:55 -0600 Subject: [PATCH] fix external source coding --- rdgenerator/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdgenerator/views.py b/rdgenerator/views.py index abd570c..f021937 100644 --- a/rdgenerator/views.py +++ b/rdgenerator/views.py @@ -297,7 +297,7 @@ def resize_and_encode_icon(imagefile): return resized64 #the following is used when accessed from an external source, like the rustdesk api server -def startgh(request, platform): +def startgh(request): #print(request) data_ = json.loads(request.body) ####from here run the github action, we need user, repo, access token.