@@ -52,9 +52,7 @@ def loadini(struct, configfile):
5252 'syntax' : True ,
5353 'tab_length' : 4 ,
5454 'pastebin_confirm' : True ,
55- 'pastebin_private' : False ,
5655 'pastebin_url' : 'https://bpaste.net/json/new' ,
57- 'pastebin_private' : True ,
5856 'pastebin_show_url' : 'https://bpaste.net/show/$paste_id' ,
5957 'pastebin_removal_url' : 'https://bpaste.net/remove/$removal_id' ,
6058 'pastebin_expiry' : '1week' ,
@@ -142,9 +140,7 @@ def loadini(struct, configfile):
142140 struct .help_key = config .get ('keyboard' , 'help' )
143141
144142 struct .pastebin_confirm = config .getboolean ('general' , 'pastebin_confirm' )
145- struct .pastebin_private = config .getboolean ('general' , 'pastebin_private' )
146143 struct .pastebin_url = config .get ('general' , 'pastebin_url' )
147- struct .pastebin_private = config .get ('general' , 'pastebin_private' )
148144 struct .pastebin_show_url = config .get ('general' , 'pastebin_show_url' )
149145 struct .pastebin_removal_url = config .get ('general' , 'pastebin_removal_url' )
150146 struct .pastebin_expiry = config .get ('general' , 'pastebin_expiry' )
0 commit comments