psy vor 6 Jahren
Ursprung
Commit
92da7d36dd
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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"