Update Files.py

This commit is contained in:
Silvris
2024-03-20 16:28:39 -05:00
parent e32bcb1cfc
commit 3de7b88d4c

View File

@@ -358,7 +358,7 @@ class APTokenMixin:
"""
Stores a token to be used by patching.
"""
if not hasattr(self, "tokens"):
if not hasattr(self, "_tokens"):
self._tokens = []
self._tokens.append((token_type, offset, data))