mirror of
https://github.com/jessebot/tiny_personal_website.git
synced 2025-10-01 01:48:43 +00:00
derp, meant except, not else, need coffee
This commit is contained in:
parent
506739caf1
commit
64ab0be63f
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ def index():
|
|||
resume_docx_download_URL = get_global_variable('resume_docx_download')
|
||||
try:
|
||||
fork_me = get_global_variable('fork_me')
|
||||
else:
|
||||
except:
|
||||
fork_me = None
|
||||
optional_panel = get_global_variable('optional_panel')
|
||||
optional_panel_title = get_global_variable('opt_panel_title')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue