fix external source coding

This commit is contained in:
Bryan Gerlach
2024-11-12 20:43:55 -06:00
parent 3c9e6c0c91
commit c9b5a9fe04

View File

@@ -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.