-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1722 from kevoreilly/human
Update human.py
- Loading branch information
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
#!/usr/bin/env python | ||
# -*- coding: utf-8 -*- | ||
# Copyright (C) 2010-2015 Cuckoo Foundation, Optiv, Inc. ([email protected]) | ||
# This file is part of Cuckoo Sandbox - http://www.cuckoosandbox.org | ||
# See the file 'docs/LICENSE' for copying permission. | ||
|
@@ -119,6 +120,9 @@ def foreach_child(hwnd, lparam): | |
"ausfuehren", | ||
"spaeter", | ||
"einverstanden", | ||
# ru | ||
u"установить" | ||
|
||
) | ||
|
||
# List of buttons labels to not click. | ||
|