mirror of
https://github.com/bryangerlach/rdgen.git
synced 2025-11-29 08:33:23 +00:00
fix external source coding
This commit is contained in:
@@ -297,7 +297,7 @@ def resize_and_encode_icon(imagefile):
|
|||||||
return resized64
|
return resized64
|
||||||
|
|
||||||
#the following is used when accessed from an external source, like the rustdesk api server
|
#the following is used when accessed from an external source, like the rustdesk api server
|
||||||
def startgh(request, platform):
|
def startgh(request):
|
||||||
#print(request)
|
#print(request)
|
||||||
data_ = json.loads(request.body)
|
data_ = json.loads(request.body)
|
||||||
####from here run the github action, we need user, repo, access token.
|
####from here run the github action, we need user, repo, access token.
|
||||||
|
|||||||
Reference in New Issue
Block a user