Skip to content

Commit

Permalink
Corrected class name for trips_service
Browse files Browse the repository at this point in the history
  • Loading branch information
nosahama authored Jun 2, 2018
1 parent 82dfa59 commit 867d302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trips/trips.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from nameko_redis import Redis


class AirportsService:
class TripsService:
name = "trips_service"

redis = Redis('development')
Expand Down

0 comments on commit 867d302

Please sign in to comment.