Skip to content

Commit 542c530

Browse files
committed
250614.1
1 parent 73ea8fc commit 542c530

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed
Binary file not shown.

easycoder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
from .ec_timestamp import *
1010
from .ec_value import *
1111

12-
__version__ = "250614.1"
12+
__version__ = "250618.1"

easycoder/ec_core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,6 @@ def r_fork(self, command):
409409
self.run(label)
410410
return next
411411

412-
# Issue a REST GET request
413412
# get {variable) from {url} [or {command}]
414413
def k_get(self, command):
415414
if self.nextIsSymbol():

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ dynamic = ["version"]
1414
dependencies = [
1515
"pytz",
1616
"requests",
17+
"psutil",
1718
"paramiko",
1819
"pyside6"
1920
]

0 commit comments

Comments
 (0)