Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mightqxc committed Mar 25, 2024
1 parent 331d916 commit f2f8225
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/hgcs_master.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def main():
# master log
main_logger = logging.getLogger("hgcs_main")
utils.setup_logger(main_logger, pid=os.getpid(), colored=logger_format_colored, to_file=log_file)
main_logger.info(f"This is HGCS")
main_logger.info("This is HGCS")
# run threads
for thr in thread_list:
print(f"Start thread of agent {thr.__class__.__name__}")
Expand Down
Empty file removed lib/__init__.py
Empty file.
2 changes: 1 addition & 1 deletion pkg_info.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
release_version = "2.0.1"
release_version = "2.0.2"

0 comments on commit f2f8225

Please sign in to comment.