mirror of
https://github.com/Dasemu/DesktopAssistant.git
synced 2026-02-04 04:30:20 +00:00
Merge branch 'main' into main
This commit is contained in:
@@ -20,11 +20,12 @@ from commands import (
|
||||
)
|
||||
|
||||
popular_websites = {
|
||||
"google": "https://www.google.com",
|
||||
"youtube": "https://www.youtube.com",
|
||||
"wikipedia": "https://www.wikipedia.org",
|
||||
"amazon": "https://www.amazon.com",
|
||||
}
|
||||
"google": "https://www.google.com",
|
||||
"youtube": "https://www.youtube.com",
|
||||
"wikipedia": "https://www.wikipedia.org",
|
||||
"amazon": "https://www.amazon.com",
|
||||
"GitHub": "https://www.github.com",
|
||||
}
|
||||
|
||||
|
||||
def main(search_engine, takeCommand, debug):
|
||||
@@ -125,3 +126,4 @@ else:
|
||||
# if it doesn't exist it drops an error message and exits.
|
||||
print('You need a config.ini file.')
|
||||
print('Check the documentation in the Github Repository.')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user