You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I put a properly formatted bicho.conf file, including a url line, into /tmp/bicho/. I then ran ./bicho with no command-line arguments and got this error:
Just verified this on git master.
I put a properly formatted
bicho.conf
file, including aurl
line, into/tmp/bicho/
. I then ran./bicho
with no command-line arguments and got this error:My config file:
[General]
type = 'bg'
url = 'https://bugzilla.libresoft.es/buglist.cgi?product=bicho'
debug = False
delay = 5
[DatabaseOut]
db_driver_out = 'mysql'
db_user_out = 'root'
db_password_out = (password)
db_database_out = 'bicho_test'
db_hostname_out = 'localhost'
db_port_out = '3306'
If there's a particular place
bicho.conf
should live that is not/tmp/bicho/
then we should clarify that indoc/UserManual.txt
.The text was updated successfully, but these errors were encountered: