You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A rather serious bug, I wasn't able to fix yet. The second column in db.csv must not be the same (like for all the chrome variants) because the dictionary will be overwritten by the last one.
If you have for example installed chrome and chrome-beta the function get_apps_information only returns the information for chrome-beta because the corresponding key from google-chrome is overwritten by the key google-chrome from chrome-beta
The text was updated successfully, but these errors were encountered:
A rather serious bug, I wasn't able to fix yet. The second column in
db.csv
must not be the same (like for all the chrome variants) because the dictionary will be overwritten by the last one.If you have for example installed chrome and chrome-beta the function
get_apps_information
only returns the information forchrome-beta
because the corresponding key fromgoogle-chrome
is overwritten by the keygoogle-chrome
from chrome-betaThe text was updated successfully, but these errors were encountered: