Skip to content

Commit

Permalink
fix(pic): fix missing image
Browse files Browse the repository at this point in the history
  • Loading branch information
arn355 committed Oct 19, 2023
1 parent a031196 commit 5d1a32c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions database/words.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"word": "kingkong",
"images": ["https://cdn.discordapp.com/attachments/1153342096460222465/1164432107238592592/IMG_4982.jpg?ex=654330e8&is=6530bbe8&hm=131ea2d01b815aa601bbdbb1f7930e3ac2f22334324415663f526ca36d813de0&",
"https://cdn.discordapp.com/attachments/1153342096460222465/1164432107238592592/IMG_4982.jpg?ex=654330e8&is=6530bbe8&hm=131ea2d01b815aa601bbdbb1f7930e3ac2f22334324415663f526ca36d813de0&"]
"https://cdn.discordapp.com/attachments/1153342096460222465/1164432107465080902/IMG_4983.jpg?ex=654330e8&is=6530bbe8&hm=a8d0e2547900f9aa065a5fc0e47f190a84585993b2aa62953f8ea5e606dac0cb&"]
},
{
"word": "money",
Expand Down Expand Up @@ -49,7 +49,7 @@
{
"word": "Challenge",
"images": ["https://cdn.discordapp.com/attachments/1153342096460222465/1164434407696891984/IMG_1268.png?ex=6543330c&is=6530be0c&hm=e9ea3a23fb0fe278d926da2a5381b6f9cb16aa22247ad81fad8ee996f1cabfbe&",
"https://cdn.discordapp.com/attachments/1153342096460222465/1164434407965347841/IMG_1267.png?ex=6543330d&is=6530be0d&hm=36221a34608ac17e604cef4a0345472af0bdc8789c99e7ddd56df7712f613c77&"]
"https://cdn.discordapp.com/attachments/1153342096460222465/1164566348475674714/lenght.png?ex=6543adee&is=653138ee&hm=caab1296eafe4b8ad18d30db9ea28fe73609096e7f5a65725c906c162b422481&"]
},
{
"word": "Remember",
Expand Down
1 change: 0 additions & 1 deletion utils/words_dfa.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@

# Define a function to check if the input string is accepted
def isAccepted(input_string):
# ar
state = 0 # Initial state
for char in input_string:
try:
Expand Down

0 comments on commit 5d1a32c

Please sign in to comment.