psy před 6 roky
rodič
revize
92da7d36dd
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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"