Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hidden-Warden committed May 23, 2022
1 parent e21fcbe commit 3d4efdb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions MyCards.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Version:
#0.6.0
#0.6.1
###
from ast import Num
import os ### Librairie
Expand Down Expand Up @@ -267,11 +267,12 @@ def ImageRelated():
Final=[]
Sample=[]
if ListScrennshot!=[]:
for u in range(0,99):
for u in range(0,101):
Sample.append(str("#"+str(NumberOfWord)+"-"+str(u)+screenshot_type))
print(Sample,"Sample")
for i in range(0,99):
for u in range(0,99):
print(ListScrennshot,"Liste des Screenshots")
for i in range(0,101):
for u in range(0,101):
try:
if Sample[i]==ListScrennshot[u]:
Final.append(Sample[i])
Expand Down

0 comments on commit 3d4efdb

Please sign in to comment.