Commit 55a9b4dd by Csók Tamás

client: flake8 correction

parent bf079525
...@@ -138,9 +138,9 @@ def main(): ...@@ -138,9 +138,9 @@ def main():
try: try:
custom_protocol = OrderedDict([ custom_protocol = OrderedDict([
('circle', ["default", ('circle', ["default",
"URL:circle Protocol", "URL:circle Protocol",
"URL Protocol", "URL Protocol",
""]), ""]),
('circle\\URL Protocol', ""), ('circle\\URL Protocol', ""),
('circle\\DefaultIcon', args.location+"cloud.ico"), ('circle\\DefaultIcon', args.location+"cloud.ico"),
('circle\\shell', {'open': { ('circle\\shell', {'open': {
......
...@@ -138,9 +138,9 @@ def main(): ...@@ -138,9 +138,9 @@ def main():
try: try:
custom_protocol = OrderedDict([ custom_protocol = OrderedDict([
('circle', ["default", ('circle', ["default",
"URL:circle Protocol", "URL:circle Protocol",
"URL Protocol", "URL Protocol",
""]), ""]),
('circle\\URL Protocol', ""), ('circle\\URL Protocol', ""),
('circle\\DefaultIcon', args.location+"cloud.ico"), ('circle\\DefaultIcon', args.location+"cloud.ico"),
('circle\\shell', {'open': { ('circle\\shell', {'open': {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment