Allow daca to display latest results of packages with a plus in their name. (#1496)

This commit is contained in:
IOBYTE 2018-11-28 00:09:29 -05:00 committed by Daniel Marjamäki
parent af60b6f125
commit 8e6013c8af
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ class HttpClientThread(Thread):
try:
cmd = self.cmd
print('[' + strDateTime() + '] ' + cmd)
res = re.match(r'GET /([a-zA-Z0-9_\-\.]*) HTTP', cmd)
res = re.match(r'GET /([a-zA-Z0-9_\-\.\+]*) HTTP', cmd)
if res is None:
self.connection.close()
return