forked from Tomas/webdl
Changed settings
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[server]
|
||||
port = 8080
|
||||
port = 8900
|
||||
|
||||
[download]
|
||||
path = "./download/"
|
||||
path = "/home/namu/Filmai/Parsiūsti/"
|
||||
parallel = 1
|
||||
|
||||
@ -7,7 +7,7 @@ require 'json'
|
||||
|
||||
current = `git rev-parse HEAD`.strip
|
||||
latest = current
|
||||
api_url = URI.parse 'https://lesbian.ddns.net/api/v1/repos/tomas/webdl/commits?limit=1'
|
||||
api_url = URI.parse 'https://lesbian.ddns.net/api/v1/repos/namu/webdl/commits?limit=1'
|
||||
|
||||
puts '[Daemon] '.red + 'Running WebDL daemon'
|
||||
while true do
|
||||
|
||||
Reference in New Issue
Block a user