This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
when i run the chrome script, i get this error: | |
conn = sqlite3.connect(getenv("APPDATA") + "\..\Local\Google\Chrome\User Data\Default\Login Data") | |
(unicode error) 'unicodeescape' code cnn't decode bytrs in python 23-24 : truncated\uxxxxxxxx esxape | |
i run it with python 3.3.3 |