From: Dominic Roberge Date: Sun, 16 Jan 2022 20:30:50 +0000 (-0500) Subject: Fix and working: Added requests with Mysql X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=21c7d875dc4cab4dcd762661a9209db12b259b6e;p=deefuzzer.git Fix and working: Added requests with Mysql --- diff --git a/deefuzzer/station.py b/deefuzzer/station.py index 0e4cc92..050bf70 100644 --- a/deefuzzer/station.py +++ b/deefuzzer/station.py @@ -82,7 +82,7 @@ class Station(Thread): mdb_table = '' mdb_field = '' mdb_request_table = '' - mdb_request_field '' + mdb_request_field = '' mdb_request_played = '' feeds_dir = '' is_alive = False