Update ToolsTOR.py

This commit is contained in:
Mc-muffin
2023-06-10 20:15:47 -05:00
parent 8f17db28d7
commit 3bb9ef4d7e

View File

@@ -86,7 +86,6 @@ class ToolsTOR(ToolsTales):
self.string_opcode = InstructionType.STRING
self.list_status_insertion = ['Done', 'Proofreading', 'Editing']
self.mkdir('../Data/{}/DAT'.format(self.repo_name))
# Replace n occurences of a string starting from the right
def rreplace(self, s, old, new, occurrence):