Skip to content

Commit

Permalink
Merge pull request #134 from oza6ut0ne/fix-docker-locale-error
Browse files Browse the repository at this point in the history
Fix locale error when running inside a Docker container
  • Loading branch information
mh4x0f authored Feb 21, 2021
2 parents 7aef4d2 + b107fc7 commit c2a6e86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ All notable changes to this project will be documented in this file.
- fixed cli error when resquest restAPI plugins and proxies
- fixed restApi error when get exceptions http request
- fixed wirelesscontroller not started into restAPI mode
- fixed locale error in docker container

## [Released]

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ netifaces>=0.10.9
netaddr>=0.7.19
dhcplib==0.1.1
tabulate>=0.8.5
urwid==2.1.1
urwid==2.1.2
termcolor>=1.1.0
twisted==19.7.0
PyQt5>=5.14
Expand Down

0 comments on commit c2a6e86

Please sign in to comment.