Skip to content

Commit

Permalink
goodbye logging
Browse files Browse the repository at this point in the history
  • Loading branch information
vikilpet committed Apr 20, 2020
1 parent a54116a commit c2b065b
Show file tree
Hide file tree
Showing 4 changed files with 187 additions and 100 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Just download the archive from the release page.

It should also work on Linux, but I haven't checked.

Just download the project.
Just download the project. No third-party dependencies.

## Usage
Change settings in *settings.ini* to your own.
Expand Down
4 changes: 2 additions & 2 deletions readme_ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@

## Установка
### Вариант 1: EXE
Просто скачайте архив со страницы релизов.
Просто скачайте архив со страницы [релизов](https://github.com/vikilpet/Web-Knocking/releases).

### Вариант 2: Python
**Требования:** Python 3.8; Windows 7+

Теоретически должно работать и на Linux, но я не проверял.

Просто скачайте проект.
Просто скачайте [проект](https://github.com/vikilpet/Web-Knocking/releases). Без зависимостей от нестандартных модулей.

## Использование
Измените настройки в settings.ini на свои.
Expand Down
2 changes: 1 addition & 1 deletion resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def __init__(self, language:str='en'):
ip_capt=Your IP
page_title=Knock-knock
access_error={}<br>there is some error
pass_expired={}<br>your passcode is expired: {}
pass_expired={}<br>your passcode expired: {}
pass_unknown=Unknown passcode
ban=Ban
perm_timeout_text={}<br>access granted
Expand Down
Loading

0 comments on commit c2b065b

Please sign in to comment.