Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasExorde authored Jun 22, 2023
1 parent 78cfb08 commit 0850863
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions exorde/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ async def main(command_line_arguments: argparse.Namespace):
live_configuration,
)
except:
logging.exception("An error occured claiming")
logging.exception("An error occurred claiming Master address")
os._exit(1)
# print main address REP
cursor = 1
from exorde.spotting import spotting

while True:
if cursor % 4 == 0:
if cursor % 3 == 0:
try:
await self_update()
# update/refresh configuration
Expand Down Expand Up @@ -206,5 +206,5 @@ def run():


if __name__ == "__main__":
print("\n*****************************\nExorde Client starting...\n*****************************\n")
logging.info("\n*****************************\nExorde Client starting...\n*****************************\n")
run()

0 comments on commit 0850863

Please sign in to comment.