We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 839bba8 + 0f2f0e2 commit 28fd78dCopy full SHA for 28fd78d
1 file changed
crawling/koreatech_article/convert_content.py
@@ -56,8 +56,7 @@ def convert_content_to_url(connection):
56
57
total_articles += 1
58
59
- last_id = articles[-1]['id']
60
-
+ last_id = articles[-1][0]
61
connection.commit()
62
63
except Exception as error:
0 commit comments