fixed more

This commit is contained in:
jad2121 2024-03-07 19:41:50 -05:00
parent a93d1fb9d5
commit c524eb6f9e

View File

@ -651,7 +651,7 @@ class Setup:
else:
print("No shell configuration file found.")
def remove_duplicates(filename):
def remove_duplicates(self, filename):
unique_lines = set()
with open(filename, 'r') as file:
lines = file.readlines()