Browse Source

minor detail

psy 5 years ago
parent
commit
92da7d36dd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/main.py

+ 1 - 1
core/main.py

@@ -316,7 +316,7 @@ class cintruder():
         if options.update:
             self.banner()
             try:
-                print("\n[AI] Trying to update automatically to the latest stable version\n")
+                print("\nTrying to update automatically to the latest stable version\n")
                 Updater() 
             except:
                 print "Not any .git repository found!\n"