]> git.parisson.com Git - deefuzzer.git/commitdiff
Fix and working: Added requests with Mysql
authorDominic Roberge <dominic.roberge.11@gmail.com>
Sun, 16 Jan 2022 20:30:50 +0000 (15:30 -0500)
committerDominic Roberge <dominic.roberge.11@gmail.com>
Sun, 16 Jan 2022 20:30:50 +0000 (15:30 -0500)
deefuzzer/station.py

index 0e4cc92d1d75bf323b5edcfd2c807783690a51da..050bf709afb2ee95c8b00f07683ad9f02855d99c 100644 (file)
@@ -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