Skip to content

Commit 84387cd

Browse files
committed
Update deCodeImg.py
1 parent 7c886e2 commit 84387cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deCodeImg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def main(argv):
5959
elif opt in ("-p", "--port"):
6060
port = arg
6161
if makeServer == True:
62-
print('--- DeCodeImg Server Started --- \nhttp://127.0.0.1:416/?img=c:/codeimg.png\nhttp://127.0.0.1:416/?img=http://a.a/codeimg.png\nhttp://127.0.0.1:416/?img=Base64 Data')
62+
print('--- DeCodeImg Server Started ---\nPowered by hoothin\nhttp://127.0.0.1:416/?img=c:/codeimg.png\nhttp://127.0.0.1:416/?img=http://a.a/codeimg.png\nhttp://127.0.0.1:416/?img=Base64 Data')
6363
httpd = make_server('', port, app)
6464
httpd.serve_forever()
6565
elif imgParam == "":

0 commit comments

Comments
 (0)