forgot to increment a counter

This commit is contained in:
Lionel Dricot 2021-12-17 18:09:55 +01:00
parent 586bffd30c
commit e23f80ab28
1 changed files with 1 additions and 0 deletions

View File

@ -1871,6 +1871,7 @@ def main():
randomval = int(refresh_time*random.uniform(10,100))
#never saving recursion to tour
substri = strin + " -->"
subcount[0] += 1
fetch_cache(k,depth=d,validity=randomval,\
count=subcount,strin=substri)