mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
添加编码
This commit is contained in:
@@ -187,7 +187,7 @@ class OneForAll(object):
|
||||
takeover.run()
|
||||
|
||||
def run(self):
|
||||
print(banner)
|
||||
print(banner.encode('utf-8'))
|
||||
dt = datetime.now().strftime('%Y-%m-%d %H:%M:%S')
|
||||
print(f'[*] Starting OneForAll @ {dt}\n')
|
||||
logger.log('DEBUG', 'Python ' + utils.python_version())
|
||||
@@ -205,7 +205,7 @@ class OneForAll(object):
|
||||
|
||||
@staticmethod
|
||||
def version():
|
||||
print(banner)
|
||||
print(banner.encode('utf-8'))
|
||||
exit(0)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user