mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 00:48:41 +00:00
enc cleanup
This commit is contained in:
parent
d2ca1cc97e
commit
5a04b7aeed
1 changed files with 2 additions and 2 deletions
|
@ -109,7 +109,7 @@ def open_url_in_browser(dialog, link):
|
||||||
|
|
||||||
# Encryption States
|
# Encryption States
|
||||||
class EncState:
|
class EncState:
|
||||||
enabled, disabled, forced = range(3)
|
forced, enabled, disabled = range(3)
|
||||||
|
|
||||||
class EncLevel:
|
class EncLevel:
|
||||||
plaintext, both, rc4 = range(3)
|
plaintext, rc4, both = range(3)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue