Procházet zdrojové kódy

removed dumb print

tags/v2.0.0
Roxie Gibson před 5 roky
rodič
revize
4c1f466f30
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. +0
    -1
      roxbot/guild_settings.py

+ 0
- 1
roxbot/guild_settings.py Zobrazit soubor

@@ -98,7 +98,6 @@ def _check_for_missing_cog(server_id, name, cog):
cog.settings.pop("limited_to_guild")
except KeyError:
pass # limited_to_guild is a arg that can be passed to limit a cog to one server.
print("{}.json".format(name))
if "{}.json".format(name) not in os.listdir("roxbot/settings/servers/{}".format(server_id)):
_make_cog_json_file(server_id, name, cog.settings)
return True

Načítá se…
Zrušit
Uložit