Skip to content

How to implement the launch of all scripts from 1.py to 5.py? #87

Answered by rdavydov
reanoff asked this question in Q&A
Discussion options

You must be logged in to vote

How to implement the launch of all scripts from 1.py to 5.py?

Use a shell script or a batch file.

Simply put there:

start python 1.py
start python 2.py
...

And how to turn off the logs?

    logger_settings=LoggerSettings(
        save=False,                              # If you want to save logs in a file (suggested)

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@reanoff
Comment options

@ColinShark
Comment options

@rdavydov
Comment options

Answer selected by rdavydov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants