Skip to content

Commit

Permalink
format (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
wayyoungboy authored Sep 25, 2024
1 parent 19fa51b commit 25dc41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/config_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def build_configuration(self):
need_config_obproxy = self.input_choice_default("need config obproxy [y/N]", "N")
if need_config_obproxy:
self.build_obproxy_configuration(self.config_path)
self.stdio.verbose("Node information has been rewritten to the configuration file {0}, and you can enjoy the journey !".format(self.config_path))
self.stdio.print("Node information has been rewritten to the configuration file {0}, and you can enjoy the journey !".format(self.config_path))

def build_obproxy_configuration(self, path):
obproxy_servers = self.input_with_default("obproxy server eg:'192.168.1.1;192.168.1.2;192.168.1.3'", "")
Expand Down

0 comments on commit 25dc41a

Please sign in to comment.