Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def formatted_ip():
- # Get the source IP address
- source_ip = request.remote_addr
- return 'Your IP address is {}'.format(source_ip)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement