mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-12 15:04:38 +01:00
fix default path
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import os
|
||||
|
||||
d = 'bin/_events'
|
||||
d = 'bin/events'
|
||||
out = 'begin;insert into event_quests(max_players, quest_type, quest_id, mark)values'
|
||||
for y, _, x in os.walk(d):
|
||||
for z in x:
|
||||
|
||||
Reference in New Issue
Block a user