Commit Graph

9 Commits (2e2b26cacac51f6a604fd46bbf7ba8f3f238b637)

Author SHA1 Message Date
Pavel Loginov c83eb3989a v3.4.4.4
Del deprecated html module
2019-06-30 12:21:52 +03:00
Aidaho12 77ae8d1c40 v2.6.2.2
Improved compare
2018-07-16 10:52:43 +06:00
Aidaho12 00aaa0a481 v2.6.1
Bugs
2018-07-07 15:43:31 +06:00
cclauss 038619f972
Catch the throw exception in variable e
The next line refers to __e__ twice but it is never defined.


flake8 testing of https://github.com/Aidaho12/haproxy-wi on Python 3.6.3

$ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__
```
./app/delver.py:58:36: F821 undefined name 'e'
					stderr = "Error: %s - %s." % (e.filename,e.strerror)
                                   ^
./app/delver.py:58:47: F821 undefined name 'e'
					stderr = "Error: %s - %s." % (e.filename,e.strerror)
                                              ^
2     F821 undefined name 'e'
2
```
2018-07-05 18:16:57 +02:00
Aidaho12 0e85e79b70 v2.6.1
Manage servers and cred by groups
2018-06-28 11:55:07 +06:00
Aidaho12 c6c494c809 v2.5.6
Need more security!!
bugs
2018-06-01 18:27:58 +06:00
Aidaho12 c270d5d144 v2.5.4.4
Meet version 2.5.4.4! Improved reading of the config and output of errors!
2018-05-17 14:13:54 +06:00
Aidaho12 ef9ffe530c v2.5
Welcome, Jinja2!
code is optimized
2018-05-05 18:40:41 +06:00
Aidaho12 ac1945b48e v2.3
add an alternate vrrp
2018-04-28 20:42:38 +06:00