소스 검색

minor detail

psy 6 년 전
부모
커밋
92da7d36dd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"