Mythus commited on
Commit
214eb8d
1 Parent(s): 6d9fbd5

Update generator.py

Browse files
Files changed (1) hide show
  1. generator.py +2 -0
generator.py CHANGED
@@ -4,6 +4,8 @@ import logging
4
 
5
  # Setup the logging
6
  logging.basicConfig(level=logging.INFO, format='%(message)s')
 
 
7
 
8
  async def run():
9
  async with async_playwright() as p:
 
4
 
5
  # Setup the logging
6
  logging.basicConfig(level=logging.INFO, format='%(message)s')
7
+ # Log a message at the start of your script
8
+ logging.info('Docker Container Started')
9
 
10
  async def run():
11
  async with async_playwright() as p: