Browse Source

Update web-search.py

Coder 4 years ago
parent
commit
02132a5ff7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web-search.py

+ 1 - 1
web-search.py

@@ -15,7 +15,7 @@ try:
 
 
     #Print title using variables and delete after using variables to clear up RAM
     #Print title using variables and delete after using variables to clear up RAM
     width = 40
     width = 40
-    titletxt = 'Web-Search'
+    titletxt = '\033[1;32;40mWeb-Search'
     title = titletxt.center(width)
     title = titletxt.center(width)
     print(title)
     print(title)
     del width
     del width