From 6830daacbd275406c9e51da2e08984529e693daa Mon Sep 17 00:00:00 2001 From: Torrin Leonard <82110564+torrinworx@users.noreply.github.com> Date: Sat, 12 Feb 2022 15:46:06 -0500 Subject: [PATCH] Removing offset temporarily --- __init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/__init__.py b/__init__.py index 12dac86..5e6d32f 100644 --- a/__init__.py +++ b/__init__.py @@ -121,8 +121,7 @@ def make_directories(save_path): # Update NFT count: combinations: int = 0 - -offset: int = 10 +offset: int = 0 @persistent def update_combinations(dummy1, dummy2):