Skip to content

Commit 7febe77

Browse files
committed
fix(useless): 🐛 remove correct this useless self-assignment.
1 parent 180e01a commit 7febe77

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

utils/script_user_info_generator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ def fetch_script_json(greasyfork_id, is_sleazy=False):
4848

4949
def process_script_ids(input_file):
5050
result_text = []
51-
input_file = input_file
5251
try:
5352
with open(input_file, 'r', encoding='utf-8') as infile:
5453
for line in infile:

0 commit comments

Comments
 (0)