Skip to content

Commit 5acac3d

Browse files
Update
1 parent a1e237f commit 5acac3d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

python/fakerengine.py jd_fakerengine.py

+5-2
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,8 @@ def comment_submit(self, comment_post_id: int):
9999

100100

101101
if __name__ == '__main__':
102-
faker = Faker('用户名', '密码')
103-
faker.login()
102+
username = ''
103+
password = ''
104+
if username and password:
105+
faker = Faker(username, password)
106+
faker.login()

0 commit comments

Comments
 (0)