UNLV-CS472-672 / 2024-S-GROUP5-Munch

The Munch app is a social platform where users create profiles by selecting preferred foods.
1 stars 11 forks source link

Syntax error preventing server.py from starting #117

Closed Dhooly closed 5 months ago

Dhooly commented 5 months ago

Describe the bug When trying to run backend/server.py, there is a syntax error in backend/routes/yelpAPI/fakeDataAPI.py To Reproduce Steps to reproduce the behavior:

  1. Navigate to backend/server/py
  2. Run the command python3 server.py
  3. Notice server.py fails to start

Screenshots

image
Dhooly commented 5 months ago

This issue has been resolved. The fix was a simple change to the syntax of an import statement and another line referencing the import