mirror of
https://github.com/B16f00t/whapa.git
synced 2026-04-25 10:55:56 +03:00
[GH-ISSUE #123] Cannot execute by command line #109
Labels
No labels
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whapa#109
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @formone98127 on GitHub (Jul 4, 2021).
Original GitHub issue: https://github.com/B16f00t/whapa/issues/123
When using the command line directly to parse msgstore.db, it occured an error: An error occurred connecting to the database name 'company' is not defined
Command line used: python3 ~/whapa/libs/whapa.py -m "/home/user/WADB/msgstore.db" -wa "/home/user/whapa/wa.db" -a -tt -r EN -o /home/user/whapa/report
@B16f00t commented on GitHub (Jul 4, 2021):
The problem is that the tool takes this default value './cfg/settings.cfg', to solve this in the next update, I will put an argument to choose the path of the settings.cfg file or to capture the directory path where whapa is located
@formone98127 commented on GitHub (Jul 4, 2021):
lots of thanks!
@B16f00t commented on GitHub (Jul 14, 2021):
Fixed in new version 1.52