matamorphosis / Scrummage

The Ultimate OSINT and Threat Hunting Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Something wrong with the installer database creation.

Joukahainen123 opened this issue · comments

Gives the following errors:

[+] Database setup complete.
File "Create_Tables.py", line 8
DB_Info = Configuration_Data['postgresql']:
^
SyntaxError: invalid syntax
[+] Scrummage tables created.
File "Create_User.py", line 24
DB_Info = Configuration_Data['postgresql']:
^
SyntaxError: invalid syntax

Hi Joukahainen123,

Thank you for raising this, the issue was a simple oversight in both these installation scripts in the latest release (2.4). Please pull the latest changes or re-download the latest release and re-run the dependencies.sh script.

Cheers,

matamorphosis