Skip to content

Commit

Permalink
代码错误修复
Browse files Browse the repository at this point in the history
  • Loading branch information
GLgele authored Mar 12, 2020
1 parent 2661ea8 commit 7e3cac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EmployeesDIR/EmployeesDIR.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def setinfo(self):
elif retval == 3:
self.number = input("请输入电话号码:")
elif retval == 4:
self.commet = input("请输入备注:")
self.comment = input("请输入备注:")
elif retval == 5:
self.email = input("请输入邮箱:")
elif retval == 6:
Expand Down

0 comments on commit 7e3cac3

Please sign in to comment.