diff --git a/spider.py b/spider.py index 40deadd..5a3ec03 100644 --- a/spider.py +++ b/spider.py @@ -63,5 +63,4 @@ def __call__(self, *args, **kwargs): # Print the message with today's date print(f'fxx my job {today} test now for harbor ') -print(os.environ.get("MONGO_PORT")) -time.sleep(6000) +print(os.getenv("MONGO_PORT"))