Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get hostname in a cross-platform way (#117)
os.uname()[1] only works on Unix-like operating systems, socket.gethostname() gets the same data in a cross-platform way. Co-authored-by: Ricardo <[email protected]>
- Loading branch information