Skip to content

Commit

Permalink
freshen up image selection, use exclusive uri for chaosdorf
Browse files Browse the repository at this point in the history
  • Loading branch information
marudor authored Dec 16, 2023
1 parent 43ff34b commit 187b8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobs/cat.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# :first_in sets how long it takes before the job is first run. In this case, it is run immediately
SCHEDULER.every '1m', :first_in => 0 do |job|
url = "https://cat.pics.marudor.de/thumb?#{Time.now}"
url = "https://dorf.pics.marudor.de/thumb?#{Time.now}"
uri = URI(url)
http = Net::HTTP.new(uri.host, uri.port)
http.use_ssl = true
Expand Down

0 comments on commit 187b8a4

Please sign in to comment.