mirror of
https://github.com/logos-storage/deluge.git
synced 2026-01-15 03:23:09 +00:00
Fix typo
This commit is contained in:
parent
b3aa588650
commit
923cfaab5c
@ -57,7 +57,7 @@ FORMATS = {
|
||||
'spzip': ["SafePeer Text (Zipped)", PGZip],
|
||||
'pgtext': ["PeerGuardian Text (Uncompressed)", TextReader],
|
||||
'p2bgz': ["PeerGuardian P2B (GZip)", PGReader],
|
||||
'pgtextgz': ["PeerGuaedian Text (GZip)", PGTextReaderGzip]
|
||||
'pgtextgz': ["PeerGuardian Text (GZip)", PGTextReaderGzip]
|
||||
}
|
||||
|
||||
class Core(CorePluginBase):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user