acecalisto3 commited on
Commit
47889ff
1 Parent(s): 0ab8f01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -336,7 +336,7 @@ class WebDesignValidator:
336
  recommendations.extend(result['recommendations'])
337
  return recommendations
338
 
339
- if __name__ == "__main__":
340
  logger.info("===== Application Startup at %s =====", datetime.now().isoformat())
341
  try:
342
  # Example data to test JSON serialization
 
336
  recommendations.extend(result['recommendations'])
337
  return recommendations
338
 
339
+ if __name__ == "__app__":
340
  logger.info("===== Application Startup at %s =====", datetime.now().isoformat())
341
  try:
342
  # Example data to test JSON serialization