mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 15:38:43 +00:00
Fix typo
This commit is contained in:
parent
b3aa588650
commit
923cfaab5c
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ FORMATS = {
|
||||||
'spzip': ["SafePeer Text (Zipped)", PGZip],
|
'spzip': ["SafePeer Text (Zipped)", PGZip],
|
||||||
'pgtext': ["PeerGuardian Text (Uncompressed)", TextReader],
|
'pgtext': ["PeerGuardian Text (Uncompressed)", TextReader],
|
||||||
'p2bgz': ["PeerGuardian P2B (GZip)", PGReader],
|
'p2bgz': ["PeerGuardian P2B (GZip)", PGReader],
|
||||||
'pgtextgz': ["PeerGuaedian Text (GZip)", PGTextReaderGzip]
|
'pgtextgz': ["PeerGuardian Text (GZip)", PGTextReaderGzip]
|
||||||
}
|
}
|
||||||
|
|
||||||
class Core(CorePluginBase):
|
class Core(CorePluginBase):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue