Skip to content

Commit

Permalink
Fix veyepar parsing script for example room
Browse files Browse the repository at this point in the history
  • Loading branch information
ApsOps committed Aug 23, 2014
1 parent d18a35e commit 60348bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/veyepar2internal.py
Expand Up @@ -22,7 +22,7 @@
import config as common_config
CONFIG = common_config.config_load()

ROOM_MAP = dict(plenary="Plenary Room", room3278="Room 327/8", room329="Room 329", room338="Room 329", elsewhere="Elsewhere")
ROOM_MAP = dict(plenary="Plenary Room", room3278="Room 327/8", room329="Room 329", room338="Room 329", elsewhere="Elsewhere", example="Example Room")

"""
345 - Plenary room
Expand Down

0 comments on commit 60348bd

Please sign in to comment.