mirror of
https://github.com/neocities/neocities.git
synced 2025-08-06 09:34:57 +02:00
directly use PurgeCacheWorker now
This commit is contained in:
parent
f8db008a0d
commit
b3a5b2d860
2 changed files with 8 additions and 8 deletions
|
@ -10,7 +10,7 @@ class PurgeCacheWorker
|
|||
60
|
||||
end
|
||||
|
||||
def perform(proxy_ip, username, path)
|
||||
def perform(username, path)
|
||||
# Must always have a forward slash
|
||||
path = '/' + path if path[0] != '/'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue