Spaces:
Runtime error
Runtime error
cryptocalypse
commited on
Commit
•
0c90e86
1
Parent(s):
26ec332
temuraeh hebrew
Browse files- lib/temuraeh.py +2 -2
lib/temuraeh.py
CHANGED
@@ -33,9 +33,9 @@ def temura_conv(txt,lang):
|
|
33 |
if lang=="hebrew":
|
34 |
alphabet = hebrew_alphabet
|
35 |
elif lang=="latin":
|
36 |
-
alphabet=
|
37 |
else:
|
38 |
-
alphabet=
|
39 |
|
40 |
res = temurah(txt,alphabet)
|
41 |
# Aplicar temurah al texto hipotético de "Baphomet"
|
|
|
33 |
if lang=="hebrew":
|
34 |
alphabet = hebrew_alphabet
|
35 |
elif lang=="latin":
|
36 |
+
alphabet= latin_hebrew
|
37 |
else:
|
38 |
+
alphabet=latin_hebrew
|
39 |
|
40 |
res = temurah(txt,alphabet)
|
41 |
# Aplicar temurah al texto hipotético de "Baphomet"
|