1 parent 9da91b2 commit cf8d63aCopy full SHA for cf8d63a
1 file changed
main.py
@@ -29,7 +29,8 @@
29
ensa_pass=""
30
collections=[]
31
if( os.getenv('SOURCE','taiga').lower() == 'taiga'):
32
- url = f"{os.getenv('STC_API_BASEURL', 'https://taiga.archi.fr')}/taiga_libext/JsonRPC/api.php"
+ path_api=os.getenv('STC_API_PATH', '/taiga_libext/JsonRPC/api.php')
33
+ url = f"{os.getenv('STC_API_BASEURL', 'https://taiga.archi.fr')}{path_api}"
34
ensa_pass = os.getenv('STC_API_PASSENSA') + datetime.now().strftime('%Y%m%d')
35
ensa_infos = {
36
"code_ensa": os.getenv('STC_API_CODEENSA', 'lyon'),
0 commit comments