Skip to content

Commit

Permalink
no longer need access to the apsviz DB
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Mar 24, 2023
1 parent 31b2196 commit eb52285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

# specify the DB to get a connection
# note the extra comma makes this single item a singleton tuple
db_names: tuple = ('apsviz', 'asgs')
db_names: tuple = ('asgs',)

# create a DB connection object
db_info: PGImplementation = PGImplementation(db_names, _logger=logger)
Expand Down

0 comments on commit eb52285

Please sign in to comment.