Skip to content

Commit

Permalink
CI (AGP) - 2023-08-22 05:28
Browse files Browse the repository at this point in the history
  • Loading branch information
agp-bot committed Aug 22, 2023
1 parent 6db278c commit f80ff56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/.agp
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Auto Github Push (AGP)
https://github.com/ms-jpq/auto-github-push

---
2023-08-22 05:17
2023-08-22 05:28

1 comment on commit f80ff56

@taoyzou
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

from socket import *
import time
s=socket.socket(AF_INET,SOCK_STREAM)
s.connect(("192.168.168.5",1001))
time.sleep(s)
s.send(b'"THis is my number ,im a ga,please call me from there +86 15877817333 chapter Minister,BUICK祝您身体健康 muiboin misoah tnodevils vor nonne。-10.24"')
tm=s.recv(1024)
s.close()
print("The time of server is %s"%tm.decode('ascii')).

Please sign in to comment.