hassan11196 / QRSMS-V1

Re-defined variable from outer scope PYL-W0621
Anti-pattern
Major
4 years ago4 years old
Redefining name 'DEFAULT_PASSWORD' from outer scope (line 14)
281
282        students_object_list = []
283        uni_domain = "nu.edu.pk"
284        DEFAULT_PASSWORD = 'hassan'285        data = json.load(json_file)
286        # pprint(data)
287        for d in data[:count]: