nos commited on
Commit
587b4d8
1 Parent(s): 5d4b898

Update lib/torah.py

Browse files
Files changed (1) hide show
  1. lib/torah.py +1 -1
lib/torah.py CHANGED
@@ -4,7 +4,7 @@ import re
4
  from deep_translator import GoogleTranslator
5
 
6
  def process_json_files(start, end, step, length=0, tlang="en", spaces_include=False, strip_in_braces=True, strip_diacritics=True):
7
- base_path = "texts"
8
  translator = GoogleTranslator(source='auto', target=tlang)
9
  results = []
10
 
 
4
  from deep_translator import GoogleTranslator
5
 
6
  def process_json_files(start, end, step, length=0, tlang="en", spaces_include=False, strip_in_braces=True, strip_diacritics=True):
7
+ base_path = "resources/texts"
8
  translator = GoogleTranslator(source='auto', target=tlang)
9
  results = []
10