Skip to content

Commit

Permalink
remove static path from config
Browse files Browse the repository at this point in the history
  • Loading branch information
gubser committed Jul 19, 2016
1 parent b7aefa0 commit e9b17ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ptocore/coreconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ def __init__(self, program_name: str, fps):

# admin specific
if program_name == "admin":
self.admin_static_path = doc['admin']['static_path']
self.admin_base_repo_path = doc['admin']['base_repo_path']

# validator specific
Expand Down

0 comments on commit e9b17ec

Please sign in to comment.