wam: Not the right time of day to write Python
This commit is contained in:
parent
9cb25b7b0d
commit
23df35f471
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ def output(path, url, data):
|
|||
if server_name == "1.9":
|
||||
# 1.9 became the 1.10 add-ons server. Reflect that here.
|
||||
server_name = "1.10"
|
||||
else if server_name == "trunk":
|
||||
elif server_name == "trunk":
|
||||
server_name = "Testing (Trunk)"
|
||||
w("""\
|
||||
<!DOCTYPE html>
|
||||
|
|
Loading…
Add table
Reference in a new issue