datacipen commited on
Commit
a2821a0
1 Parent(s): c0c8a9b

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -993,7 +993,7 @@ async def Fiche_metier_competences_savoirs(codes):
993
  return dataset
994
 
995
  @cl.step(type="tool")
996
- def getTxtFromHTMLMetier(url, codes):
997
  if codes.find(',') != -1:
998
  all = ""
999
  codeArray = codes.split(',')
@@ -1023,7 +1023,7 @@ def getTxtFromHTMLMetier(url, codes):
1023
  return all
1024
 
1025
  @cl.step(type="tool")
1026
- def getTxtFromHTMLStatsMetier(url, codes):
1027
  if codes.find(',') != -1:
1028
  all = ""
1029
  codeArray = codes.split(',')
 
993
  return dataset
994
 
995
  @cl.step(type="tool")
996
+ async def getTxtFromHTMLMetier(url, codes):
997
  if codes.find(',') != -1:
998
  all = ""
999
  codeArray = codes.split(',')
 
1023
  return all
1024
 
1025
  @cl.step(type="tool")
1026
+ async def getTxtFromHTMLStatsMetier(url, codes):
1027
  if codes.find(',') != -1:
1028
  all = ""
1029
  codeArray = codes.split(',')