From e23f80ab28c16dfea5d8b9a409083d2b47a562ed Mon Sep 17 00:00:00 2001 From: Lionel Dricot Date: Fri, 17 Dec 2021 18:09:55 +0100 Subject: [PATCH] forgot to increment a counter --- av98.py | 1 + 1 file changed, 1 insertion(+) diff --git a/av98.py b/av98.py index 1585053..06fdad5 100755 --- a/av98.py +++ b/av98.py @@ -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)