소스 검색

removed debug print statements

master
Haku 4 년 전
부모
커밋
64b4e41df0
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. +0
    -2
      founderlessnotify/founderlessnotify.py

+ 0
- 2
founderlessnotify/founderlessnotify.py 파일 보기

@@ -102,7 +102,6 @@ class FounderlessNotify(commands.Cog):
if region in previous_founderless_regions:
continue
now_founderless.append(region)
print(now_founderless)
# Get the region endos for both lists
now_founderless_endos = get_region_endos(now_founderless)
# Create an ordered set with each region's name and delegate endorsement level
@@ -113,7 +112,6 @@ class FounderlessNotify(commands.Cog):
except KeyError:
region_endos = -1
out.append((region_endos, region))
print(now_founderless_endos["the_north_pacific"])
# Sort the output by delegate endos in descending order
out.sort()
out.reverse()


불러오는 중...
취소
저장