mirror of
https://github.com/iv-org/invidious.git
synced 2025-09-15 08:18:30 +00:00
rename Signature to SignatureDecryption
This commit is contained in:
parent
59dc68ea15
commit
882bb98e01
@ -2,7 +2,7 @@ require "http/params"
|
||||
require "./sig_helper"
|
||||
|
||||
class Invidious::DecryptFunction
|
||||
Log = ::Log.for(self).for("Signature")
|
||||
Log = ::Log.for(self).for("SignatureDecryption")
|
||||
|
||||
@last_update : Time = Time.utc - 42.days
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user