Compare commits
7 Commits
master
...
mobile_rob
Author | SHA1 | Date |
---|---|---|
|
3c1d3a4320 | |
|
9079f888e9 | |
|
b3f038554d | |
|
5bcd4eb5b4 | |
|
8b66cd3659 | |
|
3a4f103ab1 | |
|
2b809673c1 |
|
@ -1,3 +1,5 @@
|
||||||
client_secret.json
|
client_secret.json
|
||||||
token.*
|
token.*
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
.~*.*#
|
||||||
|
*.xml
|
||||||
|
|
|
@ -7,7 +7,7 @@ from gservice import gservice
|
||||||
class gdoc(gservice):
|
class gdoc(gservice):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super(gdoc, self).__init__()
|
super(gdoc, self).__init__()
|
||||||
self.image_temp_service_url = "https://git.manakin-gentoo.ts.net/a2nr/boring_edu_doc/raw/branch/master"
|
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://tmpfiles.org/api/v1/upload"
|
# 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://tmpfiles.org/api/v1/upload"
|
||||||
# self.image_temp_service_url = "https://uguu.se/upload.php"
|
# self.image_temp_service_url = "https://uguu.se/upload.php"
|
||||||
|
|
|
@ -11,7 +11,7 @@ class gquiz(gservice):
|
||||||
templateId : get the id from link GoogleForm
|
templateId : get the id from link GoogleForm
|
||||||
'''
|
'''
|
||||||
super(gquiz, self).__init__()
|
super(gquiz, self).__init__()
|
||||||
self.image_temp_service_url = "https://git.manakin-gentoo.ts.net/a2nr/boring_edu_doc/raw/branch/master"
|
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://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"
|
# self.image_temp_service_url = "https://uguu.se/upload.php"
|
||||||
self.submition = {"requests":[]}
|
self.submition = {"requests":[]}
|
||||||
|
|
After Width: | Height: | Size: 126 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 78 KiB |
After Width: | Height: | Size: 38 KiB |
After Width: | Height: | Size: 86 KiB |
After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 92 KiB |
|
@ -0,0 +1 @@
|
||||||
|
{"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"]}}
|