Skip to content

Commit

Permalink
Update for WWDC22
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewspear committed Jun 7, 2022
1 parent f89890d commit ae33cd0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Sessions.playground/Contents.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ import PlaygroundSupport

let file = "contents.json"
let url = URL(string: "https://api2021.wwdc.io/contents.json")!
let eventID = "wwdc2021"
let outputFile = "WWDC21"
let eventID = "wwdc2022"
let outputFile = "WWDC22"

print("Hello")

var useWeb = true

Expand Down Expand Up @@ -86,5 +88,5 @@ do {
print(error.localizedDescription)
}

print("Open \(outputFile).csv at:")
print(outputURL.path.replacingOccurrences(of: " ", with: "\\ "))
print("Open \(outputFile).csv via:")
print("open", outputURL.path.replacingOccurrences(of: " ", with: "\\ "))

0 comments on commit ae33cd0

Please sign in to comment.