We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d4357 commit 1ba49fbCopy full SHA for 1ba49fb
mytoncore/utils.py
@@ -100,4 +100,4 @@ def parse_db_stats(path: str):
100
# end define
101
102
def get_hostname():
103
- return subprocess.run(["hostname", "-f"], stdout=subprocess.PIPE).stdout.decode().strip()
+ return subprocess.run(["hostname"], stdout=subprocess.PIPE).stdout.decode().strip()
0 commit comments