Update playwright/README.md

This commit is contained in:
2024-08-23 08:53:02 -04:00
parent ae763a17aa
commit 991bed3bbf

View File

@@ -38,7 +38,6 @@ if __name__ == "__main__":
```python
# db.py
# db.py
import sqlite3, json
class DB(sqlite3.Connection):