Skip to content

Commit

Permalink
update main
Browse files Browse the repository at this point in the history
  • Loading branch information
ccf-2012 committed Mar 20, 2023
1 parent a16c5a8 commit 7a07102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torcp/torcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -1104,10 +1104,10 @@ def main(self, argv=None, exportObject=None):


def main():
logging.basicConfig(level=logging.INFO, format='%(asctime)s %(levelname)s %(funcName)s %(message)s')
o = Torcp()
o.main()


if __name__ == '__main__':
logging.basicConfig(level=logging.INFO, format='%(asctime)s %(levelname)s %(funcName)s %(message)s')
main()

0 comments on commit 7a07102

Please sign in to comment.