Compare commits
No commits in common. "mobile_robot" and "master" have entirely different histories.
mobile_rob
...
master
|
|
@ -1,5 +1,3 @@
|
|||
client_secret.json
|
||||
token.*
|
||||
__pycache__/
|
||||
.~*.*#
|
||||
*.xml
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ from gservice import gservice
|
|||
class gdoc(gservice):
|
||||
def __init__(self):
|
||||
super(gdoc, self).__init__()
|
||||
self.image_temp_service_url = "https://git.manakin-gentoo.ts.net/a2nr/boring_edu_doc/raw/branch/mobile_robot"
|
||||
self.image_temp_service_url = "https://git.manakin-gentoo.ts.net/a2nr/boring_edu_doc/raw/branch/master"
|
||||
# self.image_temp_service_url = "https://tmpfiles.org/api/v1/upload"
|
||||
# self.image_temp_service_url = "https://tmpfiles.org/api/v1/upload"
|
||||
# self.image_temp_service_url = "https://uguu.se/upload.php"
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ class gquiz(gservice):
|
|||
templateId : get the id from link GoogleForm
|
||||
'''
|
||||
super(gquiz, self).__init__()
|
||||
self.image_temp_service_url = "https://git.manakin-gentoo.ts.net/a2nr/boring_edu_doc/raw/branch/mobile_robot"
|
||||
self.image_temp_service_url = "https://git.manakin-gentoo.ts.net/a2nr/boring_edu_doc/raw/branch/master"
|
||||
# self.image_temp_service_url = "https://tmpfiles.org/api/v1/upload"
|
||||
# self.image_temp_service_url = "https://uguu.se/upload.php"
|
||||
self.submition = {"requests":[]}
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 126 KiB |
|
Before Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 78 KiB |
|
Before Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 86 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 92 KiB |
|
|
@ -1 +0,0 @@
|
|||
{"installed":{"client_id":"205799727240-svgg9flqr6i04ob5voaf0h8duck926ll.apps.googleusercontent.com","project_id":"quiz-api-374414","auth_uri":"https://accounts.google.com/o/oauth2/auth","token_uri":"https://oauth2.googleapis.com/token","auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs","client_secret":"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","redirect_uris":["http://localhost"]}}
|
||||