mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2024-11-25 08:38:59 +00:00
print a 'finished' message when done scraping a given user's posts
This commit is contained in:
parent
de0505004d
commit
a981c7a171
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ def scrape_posts(account):
|
|||
|
||||
db.commit()
|
||||
c.close()
|
||||
print("Finished scraping {}".format(handle))
|
||||
|
||||
print("Establishing DB connection")
|
||||
db = MySQLdb.connect(
|
||||
|
|
Loading…
Reference in a new issue