Skip to content

Commit

Permalink
Default Changelist
Browse files Browse the repository at this point in the history
  • Loading branch information
agtt committed May 27, 2019
1 parent 76432a7 commit bed09fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetchprofile.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
db = db()
linkedin = LinkedinController(config=True, debug=True)
linkedin.login()
profiles = db.query('SELECT * FROM `scrappers` ORDER BY `id` ASC limit 2')
profiles = db.query('SELECT * FROM `scrappers` ORDER BY rand() limit 2')
for profile in profiles:
link = "https://www.linkedin.com/in/" + profile[1]
print(link)
Expand Down

0 comments on commit bed09fb

Please sign in to comment.