Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jaakkopee committed Nov 21, 2022
1 parent 2d296dc commit d340306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GemaTreeAC_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@
for i in twoDWordArray:
gemValueArray+=[getGematria(i[0], currentCipher)]

gemValueArray = list(dict.fromkeys(gemValueArray))
gemValueArray = list(dict.fromkeys(gemValueArray)) #remove duplicates

for i in range(len(sfArray)):
for j in gemValueArray:
Expand Down

0 comments on commit d340306

Please sign in to comment.