update link asset
parent
b3f038554d
commit
9079f888e9
|
@ -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/mapel_data_science"
|
||||
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"
|
||||
|
|
|
@ -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/mapel_data_science"
|
||||
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://uguu.se/upload.php"
|
||||
self.submition = {"requests":[]}
|
||||
|
|
Loading…
Reference in New Issue